diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-06-21 07:56:11 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-06-21 07:56:11 +0800 |
commit | 5fdb6b67288aad5379d8cf468364e8f6abb9e00a (patch) | |
tree | 7ad90c51828a70c21f1a1756a94a300bffdea008 /games | |
parent | 81ca7eae94a9651503be66d88593cc5bed6508ee (diff) | |
download | freebsd-ports-gnome-5fdb6b67288aad5379d8cf468364e8f6abb9e00a.tar.gz freebsd-ports-gnome-5fdb6b67288aad5379d8cf468364e8f6abb9e00a.tar.zst freebsd-ports-gnome-5fdb6b67288aad5379d8cf468364e8f6abb9e00a.zip |
- IGNORE on all architectures with FreeBSD < 500000, not only i386 (now
x11-toolkits/paragui will be built in !i386, so non-i386 4.X builds will be
attempted, which are going to fail).
- Minor change on IGNORE message.
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxyhack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index 80897c88f9ab..b6e02baa5a82 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -35,8 +35,8 @@ FLEETS_FILE= gh_fleets_170406.zip .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" && ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD < 5.X (needs isspace() function) +.if ${OSVERSION} < 500000 +IGNORE= needs isspace() function in libc (FreeBSD >= 5.X) .endif .if defined(WITH_FLEETS) |