aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libmatthew/files
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-05-29 13:22:56 +0000
committerJohn Lee <john_lee@openmoko.org>2008-05-29 13:22:56 +0000
commit9f46910df0c94b8f88f00d3893d809de33192261 (patch)
treee8d396c1b3330d71da4f21594223573a9a3673b1 /packages/libmatthew/files
parent2433655bf3333faf292c9ee7d3f1c5cbe91b7919 (diff)
downloadopenembedded-9f46910df0c94b8f88f00d3893d809de33192261.tar.gz
libmatthew: add 0.7
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)