ports/56453: games/fuhquake: small maintenance update
Alexey Dokuchaev
danfe at nsu.ru
Thu Sep 4 18:58:55 UTC 2003
Forgot one more patch (apply after previous one).
- Don't grumble about disabling x86 asm on non-i386 hardware,
since obviously it won't be used anyway.
./danfe
-------------- next part --------------
--- /usr/ports/games/fuhquake/Makefile Mon Sep 1 18:52:05 2003
+++ Makefile Fri Sep 5 01:59:23 2003
@@ -91,7 +91,7 @@
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to enable extra optimization options"
.endif
-.if !defined(WITHOUT_X86_ASM)
+.if ${ARCH} == "i386" && !defined(WITHOUT_X86_ASM)
@${ECHO_MSG} "Define WITHOUT_X86_ASM to disable x86 assembly code"
.endif
More information about the freebsd-ports-bugs
mailing list