diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-02-16 19:32:15 +0100 |
commit | 2fc484654ad50402b0f7b0f1cb616d42108832d5 (patch) | |
tree | 4a8d152e82c0c4cd4fd465b4e33770a8881d0bed /dilos/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff | |
parent | ec41607c588884cae92f40558823d2b528f1fbb9 (diff) | |
download | tde-packaging-2fc484654ad50402b0f7b0f1cb616d42108832d5.tar.gz tde-packaging-2fc484654ad50402b0f7b0f1cb616d42108832d5.zip |
DilOS: sip4-tqt build pack
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit c3cb89c56a39c358761b3da1b6465791407e90f0)
Diffstat (limited to 'dilos/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff')
-rw-r--r-- | dilos/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dilos/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff b/dilos/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff new file mode 100644 index 000000000..2640f57c2 --- /dev/null +++ b/dilos/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff @@ -0,0 +1,32 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_siputils.dpatch by Torsten Marek <[email protected]> +Index: sip4-qt3-4.10/siputils.py +=================================================================== +--- sip4-qt3-4.10.orig/siputils.py 2010-01-14 15:52:09.000000000 +0100 ++++ sip4-qt3-4.10/siputils.py 2010-01-26 21:09:49.172700039 +0100 +@@ -718,7 +718,8 @@ + + libs.extend(self.optional_list("LIBS_WINDOWS")) + +- lflags.extend(self._platform_rpaths(rpaths.as_list())) ++ # Don't append any rpaths ++ #lflags.extend(self._platform_rpaths(rpaths.as_list())) + + # Save the transformed values. + self.CFLAGS.set(cflags) +@@ -843,6 +844,15 @@ + clib is the library name in cannonical form. + framework is set of the library is implemented as a MacOS framework. + """ ++ ################################################################## ++ # Generally, the linker is intelligent enough not to need this # ++ # additional information! # ++ # And Qt4's pkg-config and prl files are broken # ++ # Changed for Debian packaging, Torsten Marek <[email protected]> # ++ ################################################################## ++ ++ return [] ++ + prl_libs = [] + + if self.generator in ("MSVC", "MSVC.NET", "BMAKE"): |