summaryrefslogtreecommitdiff
path: root/libre/unar/native_obj_exceptions.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-21 15:44:14 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-21 15:44:14 -0300
commit323950ce5e896810f6ea9f0a2401813e1d7573c7 (patch)
tree9f82506f5fb473a080463a4cdf891b2502a40c6a /libre/unar/native_obj_exceptions.patch
parent6db0365f800f4d3411cad96b6a5594e723ede007 (diff)
downloadabslibre-323950ce5e896810f6ea9f0a2401813e1d7573c7.tar.gz
abslibre-323950ce5e896810f6ea9f0a2401813e1d7573c7.tar.bz2
abslibre-323950ce5e896810f6ea9f0a2401813e1d7573c7.zip
Moving unarchiver to unar and fixing #227
Diffstat (limited to 'libre/unar/native_obj_exceptions.patch')
-rwxr-xr-xlibre/unar/native_obj_exceptions.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libre/unar/native_obj_exceptions.patch b/libre/unar/native_obj_exceptions.patch
new file mode 100755
index 000000000..9c84918b2
--- /dev/null
+++ b/libre/unar/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 \