Bug 184247 - games/flying: Support CXX properly
Summary: games/flying: Support CXX properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 18:10 UTC by tkato432
Modified: 2013-12-06 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (973 bytes, patch)
2013-11-24 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!