diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-12 16:18:29 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-12 16:18:29 +0000 |
commit | ebb020342e1d3a781800f6b6d03203ea7c79c516 (patch) | |
tree | c94d53ef02439e59aabbbee6b0f22b5b908734eb /x11-toolkits | |
parent | 47ffa307076429d98df590061b64c9d5ff7af34c (diff) | |
download | ports-ebb020342e1d3a781800f6b6d03203ea7c79c516.tar.gz ports-ebb020342e1d3a781800f6b6d03203ea7c79c516.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
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: |