From dfddf71f6aff449dab3511578fed0f9d55a721a8 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 11 Sep 2019 08:13:29 +0000 Subject: [PATCH] graphics/glew: respect CFLAGS - Drop -O2 from vendor CFLAGS PR: 240492 Approved by: zeising --- graphics/glew/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index bca418df7474..8c77a8802520 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -18,6 +18,7 @@ USE_GL= gl glu USE_LDCONFIG= yes MAKE_ENV= GLEW_DEST=${PREFIX} GLEW_PREFIX=${PREFIX} +MAKE_ARGS= POPT= INSTALL_TARGET= install.all OPTIONS_DEFINE= DOCS