1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix build with clang

PR:	ports/184247
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Alex Kozlov 2013-12-06 12:15:43 +00:00
parent 5ae3dfab4a
commit e99031212f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335738

View File

@ -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 #######################################################################