diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-12-28 18:33:46 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-12-28 18:33:46 +0000 |
commit | fe638393e24285716183952ceb14d9fac96d0ce8 (patch) | |
tree | 66f34d2adaa68fd56078499ae7914a1ab7186b09 /x11-libs/qt/files | |
parent | Moved from app-sci/netcdf to sci-libs/netcdf (diff) | |
download | gentoo-2-fe638393e24285716183952ceb14d9fac96d0ce8.tar.gz gentoo-2-fe638393e24285716183952ceb14d9fac96d0ce8.tar.bz2 gentoo-2-fe638393e24285716183952ceb14d9fac96d0ce8.zip |
Add a patch to remove rpaths
Diffstat (limited to 'x11-libs/qt/files')
-rw-r--r-- | x11-libs/qt/files/qt4-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/qt/files/qt4-rpath.patch b/x11-libs/qt/files/qt4-rpath.patch new file mode 100644 index 000000000000..9e0bb33c52a7 --- /dev/null +++ b/x11-libs/qt/files/qt4-rpath.patch @@ -0,0 +1,11 @@ +--- mkspecs/linux-g++/qmake.conf.orig 2004-12-28 12:33:06.729910672 -0500 ++++ mkspecs/linux-g++/qmake.conf 2004-12-28 12:33:18.794076640 -0500 +@@ -57,7 +57,7 @@ + QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB + QMAKE_LFLAGS_SONAME = -Wl,-soname, + QMAKE_LFLAGS_THREAD = +-QMAKE_RPATH = -Wl,-rpath, ++QMAKE_RPATH = + + QMAKE_LIBS = + QMAKE_LIBS_DYNLOAD = -ldl |