diff options
author | Slávek Banko <[email protected]> | 2020-04-10 15:20:35 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-10 15:20:35 +0200 |
commit | f1236cf5cc281bca386a1f5e35d1e30c95ee6350 (patch) | |
tree | 4ae2e41d7d28e5524460f0589b9dfdf1cdf94496 /dilos/tdegames/debian/patches/dilos.patch | |
parent | 50a1038d7c03db86f07a70ae08b6e46ddeb55265 (diff) | |
download | tde-packaging-f1236cf5cc281bca386a1f5e35d1e30c95ee6350.tar.gz tde-packaging-f1236cf5cc281bca386a1f5e35d1e30c95ee6350.zip |
DilOS tdegames: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'dilos/tdegames/debian/patches/dilos.patch')
-rw-r--r-- | dilos/tdegames/debian/patches/dilos.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dilos/tdegames/debian/patches/dilos.patch b/dilos/tdegames/debian/patches/dilos.patch deleted file mode 100644 index aa5c360d5..000000000 --- a/dilos/tdegames/debian/patches/dilos.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: tdegames/cmake/modules/TDEMacros.cmake -=================================================================== ---- tdegames.orig/cmake/modules/TDEMacros.cmake -+++ tdegames/cmake/modules/TDEMacros.cmake -@@ -833,7 +833,7 @@ macro( tde_add_library _arg_target ) - - # set embedded archives - if( _embed ) -- list( INSERT _link 0 -Wl,-whole-archive ${_embed} -Wl,-no-whole-archive ) -+ list( INSERT _link 0 -Wl,-zallextract ${_embed} -Wl,-zdefaultextract ) - endif( _embed ) - - # set link libraries |