ports/56453: games/fuhquake: small maintenance update

Alexey Dokuchaev danfe at nsu.ru
Thu Sep 4 19:00:44 UTC 2003


The following reply was made to PR ports/56453; it has been noted by GNATS.

From: Alexey Dokuchaev <danfe at nsu.ru>
To: FreeBSD-gnats-submit at freebsd.org, freebsd-ports-bugs at 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--
 



More information about the freebsd-ports-bugs mailing list