summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-12 16:18:29 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-12 16:18:29 +0000
commitebb020342e1d3a781800f6b6d03203ea7c79c516 (patch)
treec94d53ef02439e59aabbbee6b0f22b5b908734eb /x11-toolkits
parentPatch up the getopt code to work around a crash when no long name is (diff)
C{C,XX} safeness
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Reviewed by: kde Approved by: kde
Notes
Notes: svn path=/head/; revision=64432
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt30/Makefile4
-rw-r--r--x11-toolkits/qt31/Makefile4
-rw-r--r--x11-toolkits/qt32/Makefile4
-rw-r--r--x11-toolkits/qt33/Makefile4
4 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile
index 2aee19e54e48..125d8f1fda57 100644
--- a/x11-toolkits/qt30/Makefile
+++ b/x11-toolkits/qt30/Makefile
@@ -99,6 +99,10 @@ post-patch:
npunix.c npwin.cpp
${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,gcc,${CC},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,g++,${CXX},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
# Work around qmake generated dependencies
pre-install:
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile
index 2aee19e54e48..125d8f1fda57 100644
--- a/x11-toolkits/qt31/Makefile
+++ b/x11-toolkits/qt31/Makefile
@@ -99,6 +99,10 @@ post-patch:
npunix.c npwin.cpp
${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,gcc,${CC},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,g++,${CXX},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
# Work around qmake generated dependencies
pre-install:
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 2aee19e54e48..125d8f1fda57 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -99,6 +99,10 @@ post-patch:
npunix.c npwin.cpp
${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,gcc,${CC},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,g++,${CXX},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
# Work around qmake generated dependencies
pre-install:
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 2aee19e54e48..125d8f1fda57 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -99,6 +99,10 @@ post-patch:
npunix.c npwin.cpp
${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,gcc,${CC},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,g++,${CXX},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
# Work around qmake generated dependencies
pre-install: