summaryrefslogtreecommitdiff
path: root/libre/unarchiver/native_obj_exceptions.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-04-02 15:55:58 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-04-02 15:55:58 -0400
commite2b3eb7b06bc404996eb9939019b6dc40c6366c9 (patch)
treea43c516fd46f83b22a0b589315c667c2f66f2e4d /libre/unarchiver/native_obj_exceptions.patch
parent10e17e91402986c0e1cab262cbc6cafb001670bb (diff)
parent90b63d9a674c137a9da0479f54ec6f05b58218cb (diff)
downloadabslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.tar.gz
abslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.tar.bz2
abslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'libre/unarchiver/native_obj_exceptions.patch')
-rw-r--r--libre/unarchiver/native_obj_exceptions.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libre/unarchiver/native_obj_exceptions.patch b/libre/unarchiver/native_obj_exceptions.patch
new file mode 100644
index 000000000..9c84918b2
--- /dev/null
+++ b/libre/unarchiver/native_obj_exceptions.patch
@@ -0,0 +1,22 @@
+diff -Naur The Unarchiver/UniversalDetector/Makefile.linux The Unarchiver_patched/UniversalDetector/Makefile.linux
+--- The Unarchiver/UniversalDetector/Makefile.linux 2011-04-27 03:32:21.000000000 +0200
++++ The Unarchiver_patched/UniversalDetector/Makefile.linux 2011-12-22 10:48:32.138621163 +0100
+@@ -16,7 +16,6 @@
+
+ GNUSTEP_OPTS = -DGNUSTEP \
+ -DGNU_RUNTIME=1 \
+- -D_NATIVE_OBJC_EXCEPTIONS \
+ -fgnu-runtime \
+ -fexceptions \
+ -fobjc-exceptions \
+diff -Naur The Unarchiver/XADMaster/Makefile.linux The Unarchiver_patched/XADMaster/Makefile.linux
+--- The Unarchiver/XADMaster/Makefile.linux 2011-04-27 03:32:21.000000000 +0200
++++ The Unarchiver_patched/XADMaster/Makefile.linux 2011-12-22 10:48:15.488721721 +0100
+@@ -16,7 +16,6 @@
+
+ GNUSTEP_OPTS = -DGNUSTEP \
+ -DGNU_RUNTIME=1 \
+- -D_NATIVE_OBJC_EXCEPTIONS \
+ -fgnu-runtime \
+ -fexceptions \
+ -fobjc-exceptions \