aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt4-gui
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-07-27 18:31:45 +0800
committerlofi <lofi@FreeBSD.org>2007-07-27 18:31:45 +0800
commit93acbfb76520d930e09acaa7483854a02549203e (patch)
tree9a8fb89fbe83cd844a572694dfe575185962713b /x11-toolkits/qt4-gui
parentb9246e8925636d16f836a95298f9946036539a6d (diff)
downloadfreebsd-ports-gnome-93acbfb76520d930e09acaa7483854a02549203e.tar.gz
freebsd-ports-gnome-93acbfb76520d930e09acaa7483854a02549203e.tar.zst
freebsd-ports-gnome-93acbfb76520d930e09acaa7483854a02549203e.zip
The bug that makes gcc 3.4 choke on some amd64 inline assembler does not
only affect the Qt4 core ports but ports depending on them as well, so try a more sweeping approach for a workaround.
Diffstat (limited to 'x11-toolkits/qt4-gui')
-rw-r--r--x11-toolkits/qt4-gui/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile
index b3a167e7b970..b00393eff1af 100644
--- a/x11-toolkits/qt4-gui/Makefile
+++ b/x11-toolkits/qt4-gui/Makefile
@@ -82,10 +82,6 @@ pre-configure:
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic
post-configure:
-.if ${OSVERSION} < 700042 && ${ARCH} == "amd64"
- ${REINPLACE_CMD} -E -e 's|CXXFLAGS[[:space:]]*=(.*)|CXXFLAGS=-fno-gcse\1|g' \
- ${WRKSRC}/Makefile
-.endif
${REINPLACE_CMD} -e 's|${PREFIX}/lib/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
-e 's|.*$$(QMAKE).*||g' -e 's|(test -z.*||g' ${WRKSRC}/Makefile
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \