aboutsummaryrefslogtreecommitdiffstats
path: root/games/flying
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2013-12-06 20:15:43 +0800
committerak <ak@FreeBSD.org>2013-12-06 20:15:43 +0800
commit67ae7933eb78b108ac8e8002469e48a301923e97 (patch)
tree750061bf3852d56b88f49ca29ab74dd828120b0a /games/flying
parentca9afcfa2dd3a525f884f629377a2b28500face2 (diff)
downloadfreebsd-ports-gnome-67ae7933eb78b108ac8e8002469e48a301923e97.tar.gz
freebsd-ports-gnome-67ae7933eb78b108ac8e8002469e48a301923e97.tar.zst
freebsd-ports-gnome-67ae7933eb78b108ac8e8002469e48a301923e97.zip
- Fix build with clang
PR: ports/184247 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/flying')
-rw-r--r--games/flying/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flying/files/patch-aa b/games/flying/files/patch-aa
index bf31279122f0..e0bd731c2696 100644
--- a/games/flying/files/patch-aa
+++ b/games/flying/files/patch-aa
@@ -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 #######################################################################