diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-12 16:18:29 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-12 16:18:29 +0000 |
commit | 709c6e1b82a1661cf1db91a16d0f92277125eb8e (patch) | |
tree | a787d6c9219bec73edf8f5bda2a565f34e93f189 /x11-toolkits/qt33/Makefile | |
parent | 31a46f6bdbd2dd4539936eab1a6a0dea9ec279d4 (diff) | |
download | FreeBSD-ports-709c6e1b82a1661cf1db91a16d0f92277125eb8e.zip FreeBSD-ports-709c6e1b82a1661cf1db91a16d0f92277125eb8e.tar.gz |
C{C,XX} safeness
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: kde
Approved by: kde
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 2aee19e..125d8f1 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: |