- Support CXX properly
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it.
Author: ak Date: Fri Dec 6 12:15:43 2013 New Revision: 335738 URL: http://svnweb.freebsd.org/changeset/ports/335738 Log: - Fix build with clang PR: ports/184247 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/games/flying/files/patch-aa (contents, props changed) Modified: head/games/flying/files/patch-aa ============================================================================== --- head/games/flying/files/patch-aa Fri Dec 6 12:03:26 2013 (r335737) +++ head/games/flying/files/patch-aa Fri Dec 6 12:15:43 2013 (r335738) @@ -13,7 +13,7 @@ XCOMM ##### macro should be set when using gcc-2.7.0 to create target XCOMM ##### pball.o without optimization -CXX = gcc -+CXX = g++ ++XCOMM # CXX = gcc XCOMM # CXX_NOOPT = -O0 XCOMM ####################################################################### _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!