Date: Mon, 10 Sep 2007 00:50:06 GMT From: shoemaker@bluebottle.com (Jonathan Shoemaker) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/116241: update games/crafty (Also solves pr ports/116163) Message-ID: <200709100050.l8A0o6cd079121@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/116241; it has been noted by GNATS. From: shoemaker@bluebottle.com (Jonathan Shoemaker) To: Edwin Groothuis <edwin@freebsd.org> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/116241: update games/crafty (Also solves pr ports/116163) Date: 09 Sep 2007 18:40:38 -0600 I must be getting somewhat senile... Ok. It wasn't even passing the CXX flags from /etc/make.conf anyway, because I left it as CXFLAGS. Doh! Hopefully the last one. Please replace, yet again, patch-Makefile with this: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # patch-Makefile # echo x - patch-Makefile sed 's/^X//' >patch-Makefile << 'END-of-patch-Makefile' X--- Makefile.orig Tue Jun 20 07:57:17 2006 X+++ Makefile Sun Sep 9 18:21:28 2007 X@@ -146,10 +146,10 @@ X freebsd: X $(MAKE) target=FreeBSD \ X CC=gcc CXX='$(CC)' \ X- CFLAGS='$(CFLAGS) -fomit-frame-pointer -m486 -O3 -Wall' \ X- CXFLAGS=$(CFLAGS) \ X- LDFLAGS=$(LDFLAGS) \ X- opt='$(opt) -DINLINE32' \ X+ CFLAGS+='-fomit-frame-pointer -mtune=i486 -O3 -Wall' \ X+ CXFLAGS+='$(CXXFLAGS)' \ X+ LDFLAGS='$(LDFLAGS) -lstdc++' \ X+ opt='$(opt)' \ X crafty-make X X freebsd-pgcc: END-of-patch-Makefile exit // J Shoemaker -- If only God would give me some clear sign! Like making a large deposit in my name at a Swiss bank. -- Woody Allen, "Without Feathers" ---------------------------------------------------------------------- Find out how you can get spam free email. http://www.bluebottle.com/tag/3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709100050.l8A0o6cd079121>