diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/lincity-ng | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) | |
download | ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.gz ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.zip |
Notes
Diffstat (limited to 'games/lincity-ng')
-rw-r--r-- | games/lincity-ng/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index b3fc09656a98..39e1763ee784 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -33,13 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -pre-configure:: - @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ - ${WRKSRC}/src/gui/Filter.cpp ${WRKSRC}/src/gui/Gradient.hpp \ - ${WRKSRC}/src/gui/Color.hpp -.endif - .if ${OSVERSION} < 504000 pre-configure:: @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-src-gui-Gradient.cpp |