diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 12:16:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 12:16:18 +0000 |
commit | 0e3bd51aeabbd28adb9e298eb8aecd352f3dd8f3 (patch) | |
tree | f787ca659e38081ebc26f3577638446c731b7794 /games | |
parent | Update to version 1.3.29+30.19+2.8.16 (diff) |
Respect CFLAGS, should fix build on alpha
Notes
Notes:
svn path=/head/; revision=94634
Diffstat (limited to 'games')
-rw-r--r-- | games/bsp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/bsp/Makefile b/games/bsp/Makefile index 0012d5feeb78..fc0b6f676726 100644 --- a/games/bsp/Makefile +++ b/games/bsp/Makefile @@ -15,6 +15,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Node builder for Doom GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e "s,-O2 -fomit-frame-pointer -ffast-math,${CFLAGS}," \ + ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsp ${PREFIX}/bin |