opnsense-ports/graphics/gle-graphics/files/patch-src__gui__MakefileAC.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
369 B
Text

--- ./src/gui/MakefileAC.in.orig 2014-07-28 01:23:03.000000000 +0200
+++ ./src/gui/MakefileAC.in 2014-07-28 01:23:25.000000000 +0200
@@ -65,7 +65,7 @@
TOMAKE:=$(TOMAKE) install_qgle_name_mac
endif
ifeq (@HAVE_FREEBSD@,1)
- QMAKE_OPTS:=-spec freebsd-g++
+ QMAKE_OPTS:=-spec freebsd-g++ QMAKE_CXX="$(CXX)" QMAKE_LINK="$(CXX)"
endif
endif
ifeq (@HAVE_MAC@,1)