summaryrefslogtreecommitdiffstats
path: root/recipes-core/libmatthew/files/Makefile-0.7.patch
diff options
context:
space:
mode:
authorwoglinde <henning@familie-heinold.de>2012-12-07 14:41:39 -0800
committerwoglinde <henning@familie-heinold.de>2012-12-07 14:41:39 -0800
commit716bae8a8b070b88fa91c30e03fc09e70310091a (patch)
treea21977f6e2803701922fd8dac72ac924b64a995b /recipes-core/libmatthew/files/Makefile-0.7.patch
parentb1fd6ea3f30cc6fc24773b63a4adb3259b28903f (diff)
parent5aae7eb70b2ca58679f9e89e878b7efff5eb3d24 (diff)
downloadmeta-java-716bae8a8b070b88fa91c30e03fc09e70310091a.tar.gz
Merge pull request #32 from kraj/master
Forward port dbus-java recipes and some more openjdk-7 fixes
Diffstat (limited to 'recipes-core/libmatthew/files/Makefile-0.7.patch')
-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)