summaryrefslogtreecommitdiff
path: root/packages/libmatthew/files
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-06-01 12:23:21 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-06-01 12:23:21 +0000
commitd69fd172c6e48679d54aa3e6767fb0cd357fc416 (patch)
tree88e74daad4385eb303a38b2c422ca5bd2d8ee208 /packages/libmatthew/files
parentb3b724b8114f74dabea8d6f6f8c31339841cef32 (diff)
parenteffad2723e7a4e7f306e3090ec8e4791020f554c (diff)
merge of '1ba4060144f3549b5ec4424715ddde5fd9d0ad61'
and 'a66740dc82701e8bcaf09d803b69b8601b7efb2d'
Diffstat (limited to 'packages/libmatthew/files')
-rw-r--r--packages/libmatthew/files/.mtn2git_empty0
-rw-r--r--packages/libmatthew/files/Makefile-0.7.patch15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/libmatthew/files/.mtn2git_empty b/packages/libmatthew/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libmatthew/files/.mtn2git_empty
diff --git a/packages/libmatthew/files/Makefile-0.7.patch b/packages/libmatthew/files/Makefile-0.7.patch
new file mode 100644
index 0000000000..4a91cd52cf
--- /dev/null
+++ b/packages/libmatthew/files/Makefile-0.7.patch
@@ -0,0 +1,15 @@
+Index: libmatthew-java-0.7/Makefile
+===================================================================
+--- libmatthew-java-0.7.orig/Makefile 2008-05-27 13:17:47.000000000 +0800
++++ libmatthew-java-0.7/Makefile 2008-05-27 13:18:04.000000000 +0800
+@@ -8,8 +8,8 @@
+ PPFLAGS+=-C -P
+ CFLAGS+=-fpic -Wall -Os -pedantic -std=c99 -Werror
+ GCJFLAGS+=-fjni
+-JCFLAGS+=-source 5.0
+-INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
++#JCFLAGS+=-source 5.0
++#INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
+ JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/
+
+ LDVER?=$(shell ld -v | cut -d' ' -f1)