diff options
author | pav <pav@FreeBSD.org> | 2007-12-15 06:43:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-15 06:43:17 +0800 |
commit | 23f5458e98eb1c690a89b8ae57e98671ca9c9f47 (patch) | |
tree | db93068a9892f4a2914df5ae069a71f325f2832c /games | |
parent | 3dc829834330b7f3b2a82c03e98e020310a2aa48 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |