summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-06-08 12:53:27 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-06-08 12:53:27 +0000
commite09420625c89d559a5501f1ee5d05e53d03253e2 (patch)
tree965ce0ec76d845b8d61443e096603c4d61b93e04 /dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch
parentStable for amd64, wrt bug #551286 (diff)
downloadhistorical-e09420625c89d559a5501f1ee5d05e53d03253e2.tar.gz
historical-e09420625c89d559a5501f1ee5d05e53d03253e2.tar.bz2
historical-e09420625c89d559a5501f1ee5d05e53d03253e2.zip
Mend Makefile to get tests to pass. Update dependencies. Set patches in order. Fix bug 551494.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0x93491BB8
Diffstat (limited to 'dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch')
-rw-r--r--dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch b/dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch
new file mode 100644
index 000000000000..89e6dda90cc6
--- /dev/null
+++ b/dev-java/jaffl/files/jaffl-0.5.11-GNUmakefile.patch
@@ -0,0 +1,11 @@
+--- libtest/GNUmakefile.orig 2015-06-08 12:11:24.235000000 +0000
++++ libtest/GNUmakefile 2015-06-08 11:47:52.963000000 +0000
+@@ -38,7 +38,7 @@
+ # http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
+ JFLAGS = -fno-omit-frame-pointer -fno-strict-aliasing
+ OFLAGS = -O2 $(JFLAGS)
+-WFLAGS = -W -Werror -Wall -Wno-unused -Wno-parentheses
++WFLAGS = -W -Wall -Wno-unused -Wno-parentheses
+ PICFLAGS = -fPIC
+ SOFLAGS = -shared -Wl,-O1
+ LDFLAGS += $(SOFLAGS)