Bug 184247

Summary: games/flying: Support CXX properly
Product: Ports & Packages Reporter: tkato432
Component: Individual Port(s)Assignee: Alex Kozlov <ak>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description tkato432 2013-11-24 18:10:09 UTC
- Support CXX properly
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2013-12-06 12:15:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-06 12:15:50 UTC
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"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-12-06 12:16:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!