aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-15 06:43:17 +0800
committerpav <pav@FreeBSD.org>2007-12-15 06:43:17 +0800
commit23f5458e98eb1c690a89b8ae57e98671ca9c9f47 (patch)
treedb93068a9892f4a2914df5ae069a71f325f2832c /games
parent3dc829834330b7f3b2a82c03e98e020310a2aa48 (diff)
downloadfreebsd-ports-gnome-23f5458e98eb1c690a89b8ae57e98671ca9c9f47.tar.gz
freebsd-ports-gnome-23f5458e98eb1c690a89b8ae57e98671ca9c9f47.tar.zst
freebsd-ports-gnome-23f5458e98eb1c690a89b8ae57e98671ca9c9f47.zip
- Fix CONFIGURE_ENV (fixes build with OpenGL enabled)
PR: ports/118177 Submitted by: Andriy Gapon <avg@icyb.net.ua> Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'games')
-rw-r--r--games/prboom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index e616001900db..bc3bd57d1e85 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_SDL= mixer net sdl
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--disable-cpu-opt