diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-08-08 10:08:47 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-08-08 10:08:47 +0000 |
commit | 5c87acf2019b7aa212b0c880daed52f8fc232915 (patch) | |
tree | f1181c0d1d7e27e79a861029dca19422a15c8e10 /x11-libs | |
parent | updated to work with new portage, thanks galenos (diff) | |
download | historical-5c87acf2019b7aa212b0c880daed52f8fc232915.tar.gz historical-5c87acf2019b7aa212b0c880daed52f8fc232915.tar.bz2 historical-5c87acf2019b7aa212b0c880daed52f8fc232915.zip |
updated to work with new portage
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-x11/qt-x11-2.3.0.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt-x11/qt-x11-2.3.1.ebuild | 4 |
2 files changed, 4 insertions, 4 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 efe0a587db88..4edaacbc65a1 100644 --- a/x11-libs/qt-x11/qt-x11-2.3.0.ebuild +++ b/x11-libs/qt-x11/qt-x11-2.3.0.ebuild @@ -53,13 +53,13 @@ src_compile() { myconf="${myconf} -release" fi - try SYSCONF_CFLAGS=\"$CFLAGS\" SYSCONF_CXXFLAGS=\"$CXXFLAGS\" \ + 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 -no-g++-exceptions cd ${S} - try make SYSCONF_CFLAGS=\"$CFLAGS\" SYSCONF_CXXFLAGS=\"$CXXFLAGS\" \ + try make SYSCONF_CFLAGS="$CFLAGS" SYSCONF_CXXFLAGS="$CXXFLAGS" \ symlinks src-moc src-mt sub-src sub-tools # leave out src-tools for testing ! diff --git a/x11-libs/qt-x11/qt-x11-2.3.1.ebuild b/x11-libs/qt-x11/qt-x11-2.3.1.ebuild index efe0a587db88..4edaacbc65a1 100644 --- a/x11-libs/qt-x11/qt-x11-2.3.1.ebuild +++ b/x11-libs/qt-x11/qt-x11-2.3.1.ebuild @@ -53,13 +53,13 @@ src_compile() { myconf="${myconf} -release" fi - try SYSCONF_CFLAGS=\"$CFLAGS\" SYSCONF_CXXFLAGS=\"$CXXFLAGS\" \ + 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 -no-g++-exceptions cd ${S} - try make SYSCONF_CFLAGS=\"$CFLAGS\" SYSCONF_CXXFLAGS=\"$CXXFLAGS\" \ + try make SYSCONF_CFLAGS="$CFLAGS" SYSCONF_CXXFLAGS="$CXXFLAGS" \ symlinks src-moc src-mt sub-src sub-tools # leave out src-tools for testing ! |