diff options
author | John Lee <john_lee@openmoko.org> | 2008-05-29 13:22:56 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-05-29 13:22:56 +0000 |
commit | 9f46910df0c94b8f88f00d3893d809de33192261 (patch) | |
tree | e8d396c1b3330d71da4f21594223573a9a3673b1 /packages/libmatthew/files/Makefile-0.7.patch | |
parent | 2433655bf3333faf292c9ee7d3f1c5cbe91b7919 (diff) |
libmatthew: add 0.7
Diffstat (limited to 'packages/libmatthew/files/Makefile-0.7.patch')
-rw-r--r-- | packages/libmatthew/files/Makefile-0.7.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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) |