diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-17 12:00:51 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-17 12:00:51 +0000 |
commit | c41ee8d58253f95058626b89ee18f5ef5e52ec39 (patch) | |
tree | 17ff73145e563dcdcd698b389e31f30da345c6c3 /games/vavoom/files/patch-utils_glbsp_Plugin.mak | |
parent | [UPDATE] games/qcc: integrate with "games/quake-source" (diff) |
- Integrate with "doom-data".
- Unbreak on 6.x
- Add OPTIONS.
- Use program's install target.
- Make wrapper scripts.
- Add installuser target
- Add SHA256
- Respect CC and friends
PR: ports/86448
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Tweaked by: Igor Pokrovsky <ip@doom.homeunix.org>, barner
Approved by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=148593
Diffstat (limited to 'games/vavoom/files/patch-utils_glbsp_Plugin.mak')
-rw-r--r-- | games/vavoom/files/patch-utils_glbsp_Plugin.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vavoom/files/patch-utils_glbsp_Plugin.mak b/games/vavoom/files/patch-utils_glbsp_Plugin.mak index 234599e992d2..d2d4e155010a 100644 --- a/games/vavoom/files/patch-utils_glbsp_Plugin.mak +++ b/games/vavoom/files/patch-utils_glbsp_Plugin.mak @@ -8,7 +8,7 @@ -CFLAGS=-O3 -Wall -DGLBSP_PLUGIN -DUNIX -DINLINE_G=inline -AR=ar rc +#CC=gcc -+CFLAGS+=-O3 -Wall -DGLBSP_PLUGIN -DUNIX -DINLINE_G=inline ++CFLAGS+=${OPT_CFLAGS} -Wall -DGLBSP_PLUGIN -DUNIX -DINLINE_G=inline +#AR=ar rc RANLIB=ranlib |