Date: Thu, 4 Sep 2003 12:00:41 -0700 (PDT) From: Alexey Dokuchaev <danfe@nsu.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56453: games/fuhquake: small maintenance update Message-ID: <200309041900.h84J0f5n032514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56453; it has been noted by GNATS. From: Alexey Dokuchaev <danfe@nsu.ru> To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/56453: games/fuhquake: small maintenance update Date: Fri, 5 Sep 2003 02:00:24 +0700 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=111 --- /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 --HcAYCG3uE/tztfnV--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309041900.h84J0f5n032514>