diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
commit | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch) | |
tree | 4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/lincity-ng | |
parent | 9eca9d9c3be542fb7d2775295de32351162caa11 (diff) | |
download | freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip |
Remove always-false/true conditions based on OSVERSION 500000
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 |