diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-06 16:55:51 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-06 16:55:51 +0000 |
commit | c1b705882df70924a622b831d47965ae736b2306 (patch) | |
tree | 6c2a403a87d7c1d2d94d4797ce6461007dfa26b3 /x11-libs | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c1b705882df70924a622b831d47965ae736b2306.tar.gz gentoo-2-c1b705882df70924a622b831d47965ae736b2306.tar.bz2 gentoo-2-c1b705882df70924a622b831d47965ae736b2306.zip |
*** empty log message ***
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-x11/qt-x11-2.3.0.ebuild | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/x11-libs/qt-x11/qt-x11-2.3.0.ebuild b/x11-libs/qt-x11/qt-x11-2.3.0.ebuild index 02dfd29cb063..d35fa446f5c5 100644 --- a/x11-libs/qt-x11/qt-x11-2.3.0.ebuild +++ b/x11-libs/qt-x11/qt-x11-2.3.0.ebuild @@ -54,20 +54,16 @@ src_compile() { myconf="${myconf} -release" fi + try SYSCONF_CFLAGS=\"$CFLAGS\" SYSCONF_CXXFLAGS=\"$CXXFLAGS\" \ ./configure -sm -thread -system-zlib -system-jpeg ${myconf} \ - -system-libmng -system-libpng -gif -platform linux-g++ -ldl -lpthread - - cd ${S}/src - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/tools - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/src/moc - cp Makefile Makefile.orig - sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile + -system-libmng -system-libpng -gif -platform linux-g++ \ + -ldl -lpthread -no-g++-exceptions + cd ${S} - try make symlinks src-moc src-mt sub-src sub-tools + try make SYSCONF_CFLAGS=\"$CFLAGS\" SYSCONF_CXXFLAGS=\"$CXXFLAGS\" \ + symlinks src-moc src-mt sub-src sub-tools + + # leave out src-tools for testing ! } src_install() { |