summaryrefslogtreecommitdiffstats
path: root/recipes-core/libmatthew/files
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-11-25 13:18:51 -0800
committerKhem Raj <raj.khem@gmail.com>2012-11-27 09:28:54 -0800
commit07c21b51c9588287bdd0243799479009633106e8 (patch)
tree8b77e5463aa4a878b95f1dc5164ec044f36c039a /recipes-core/libmatthew/files
parente03f96388104079c39667e865bdc337d23b8358b (diff)
downloadmeta-java-07c21b51c9588287bdd0243799479009633106e8.tar.gz
dbus-java,libmatthew: Add recipes for dbus-java 2.7 and libmatthew 0.8
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/libmatthew/files')
-rw-r--r--recipes-core/libmatthew/files/Makefile-0.7.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-core/libmatthew/files/Makefile-0.7.patch b/recipes-core/libmatthew/files/Makefile-0.7.patch
new file mode 100644
index 0000000..4a91cd5
--- /dev/null
+++ b/recipes-core/libmatthew/files/Makefile-0.7.patch
@@ -0,0 +1,15 @@
1Index: libmatthew-java-0.7/Makefile
2===================================================================
3--- libmatthew-java-0.7.orig/Makefile 2008-05-27 13:17:47.000000000 +0800
4+++ libmatthew-java-0.7/Makefile 2008-05-27 13:18:04.000000000 +0800
5@@ -8,8 +8,8 @@
6 PPFLAGS+=-C -P
7 CFLAGS+=-fpic -Wall -Os -pedantic -std=c99 -Werror
8 GCJFLAGS+=-fjni
9-JCFLAGS+=-source 5.0
10-INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
11+#JCFLAGS+=-source 5.0
12+#INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
13 JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/
14
15 LDVER?=$(shell ld -v | cut -d' ' -f1)