blob: 600c469f1b200234bfd3517e3ffe3cba7a902c39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff -Naur a/UniversalDetector/Makefile.linux b/UniversalDetector/Makefile.linux
--- a/UniversalDetector/Makefile.linux 2011-04-27 03:32:21.000000000 +0200
+++ b/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 a/XADMaster/Makefile.linux b/XADMaster/Makefile.linux
--- a/XADMaster/Makefile.linux 2011-04-27 03:32:21.000000000 +0200
+++ b/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 \
|