diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-14 22:43:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-14 22:43:17 +0000 |
commit | e8f49503d8217486d6fdfb146c2cccb718e04eed (patch) | |
tree | b5497149b701dba61fae5bfeb0c36469aae10f2c /games/prboom | |
parent | 375af810056b932879a2c2a02a0cc380c30cffcf (diff) |
Notes
Diffstat (limited to 'games/prboom')
-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 |