diff options
author | B Stack <bgstack15@gmail.com> | 2018-11-15 07:26:19 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-11-15 07:26:19 -0500 |
commit | 156f7537e3d2c3ff96d6a0073f19e1928303439d (patch) | |
tree | f90b7adc478d20df19b6a006814fff3e6bc08f8d /freefilesync/ffs_include_lz.patch | |
parent | freefilesync 10.6-1 (diff) | |
download | stackrpms-156f7537e3d2c3ff96d6a0073f19e1928303439d.tar.gz stackrpms-156f7537e3d2c3ff96d6a0073f19e1928303439d.tar.bz2 stackrpms-156f7537e3d2c3ff96d6a0073f19e1928303439d.zip |
fix mkdir -p ../Build/Bin
Diffstat (limited to 'freefilesync/ffs_include_lz.patch')
-rw-r--r-- | freefilesync/ffs_include_lz.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/freefilesync/ffs_include_lz.patch b/freefilesync/ffs_include_lz.patch deleted file mode 100644 index d647fd7..0000000 --- a/freefilesync/ffs_include_lz.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur -x '*.orig' -x '*.rej' 10.3-0/FreeFileSync/Source/Makefile 10.3-2/FreeFileSync/Source/Makefile ---- 10.3-0/FreeFileSync/Source/Makefile 2018-08-07 05:03:33.000000000 -0400 -+++ 10.3-2/FreeFileSync/Source/Makefile 2018-08-15 22:25:06.694355202 -0400 -@@ -9,7 +9,7 @@ - -Wall -Wfatal-errors -Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wshadow -Wnon-virtual-dtor \ - -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -pthread - --LINKFLAGS = -s -no-pie `wx-config --libs std, aui --debug=no` -pthread -+LINKFLAGS = -s -no-pie `wx-config --libs std, aui --debug=no` -lz -pthread - - #Gtk - support recycler/icon loading/no button border/grid scrolling - CXXFLAGS += `pkg-config --cflags gtk+-2.0` -diff -Naur -x '*.orig' -x '*.rej' 10.3-0/FreeFileSync/Source/RealTimeSync/Makefile 10.3-2/FreeFileSync/Source/RealTimeSync/Makefile ---- 10.3-0/FreeFileSync/Source/RealTimeSync/Makefile 2018-08-07 05:03:33.000000000 -0400 -+++ 10.3-2/FreeFileSync/Source/RealTimeSync/Makefile 2018-08-15 22:25:15.968461418 -0400 -@@ -6,7 +6,7 @@ - -Wall -Wfatal-errors -Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wshadow -Wnon-virtual-dtor \ - -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -pthread - --LINKFLAGS = -s -no-pie `wx-config --libs std, aui --debug=no` -pthread -+LINKFLAGS = -s -no-pie `wx-config --libs std, aui --debug=no` -lz -pthread - - #Gtk - support "no button border" - CXXFLAGS += `pkg-config --cflags gtk+-2.0` |