Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 02:00:24 +0700
From:      Alexey Dokuchaev <danfe@nsu.ru>
To:        FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/56453: games/fuhquake: small maintenance update
Message-ID:  <20030904190024.GA92630@regency.nsu.ru>
In-Reply-To: <200309041830.h84IUJ14031327@freefall.freebsd.org>
References:  <200309041829.h84ITRHJ081476@regency.nsu.ru> <200309041830.h84IUJ14031327@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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?20030904190024.GA92630>