diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:04:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:31:16 +0900 |
commit | 2b8fd47f124fb980fbcaf6a1def412782d20490b (patch) | |
tree | b997e99e1a009bc814c4118e027515d5dc6bd857 /dilos/dependencies/tqt3/debian/patches/06_disable_rpath.diff | |
parent | 78f8fb896f6c763e59f0e7a4e41c62534caf2071 (diff) | |
download | tde-packaging-deb/tqt3/tqmake.tar.gz tde-packaging-deb/tqt3/tqmake.zip |
DEB tqt3: rename qmake to tqmakedeb/tqt3/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos/dependencies/tqt3/debian/patches/06_disable_rpath.diff')
-rw-r--r-- | dilos/dependencies/tqt3/debian/patches/06_disable_rpath.diff | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dilos/dependencies/tqt3/debian/patches/06_disable_rpath.diff b/dilos/dependencies/tqt3/debian/patches/06_disable_rpath.diff index a3d74ffce..7d22cb882 100644 --- a/dilos/dependencies/tqt3/debian/patches/06_disable_rpath.diff +++ b/dilos/dependencies/tqt3/debian/patches/06_disable_rpath.diff @@ -1,11 +1,11 @@ author: Martin Loschwitz <madkiss@madkiss.org> -Disables the rpath settings in qmake.conf +Disables the rpath settings in tqmake.conf -Index: b/mkspecs/linux-g++/qmake.conf +Index: b/mkspecs/linux-g++/tqmake.conf =================================================================== ---- a/mkspecs/linux-g++/qmake.conf -+++ b/mkspecs/linux-g++/qmake.conf +--- a/mkspecs/linux-g++/tqmake.conf ++++ b/mkspecs/linux-g++/tqmake.conf @@ -55,7 +55,7 @@ QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB QMAKE_LFLAGS_SONAME = -Wl,-soname, @@ -15,10 +15,10 @@ Index: b/mkspecs/linux-g++/qmake.conf QMAKE_LIBS = -luuid QMAKE_LIBS_DYNLOAD = -ldl -Index: b/mkspecs/linux-g++-64/qmake.conf +Index: b/mkspecs/linux-g++-64/tqmake.conf =================================================================== ---- a/mkspecs/linux-g++-64/qmake.conf -+++ b/mkspecs/linux-g++-64/qmake.conf +--- a/mkspecs/linux-g++-64/tqmake.conf ++++ b/mkspecs/linux-g++-64/tqmake.conf @@ -58,7 +58,7 @@ QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB QMAKE_LFLAGS_SONAME = -Wl,-soname, |