summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-09-19 23:48:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-09-19 23:48:01 +0000
commitde9264874c4846a8c22726a9343306b4bd2804fd (patch)
tree64099775163c9b0db2342d27656564c4144e0873 /sys-libs/db/files
parentHost ftp.planetmirror.com not found: 3(NXDOMAIN) (diff)
downloadgentoo-2-de9264874c4846a8c22726a9343306b4bd2804fd.tar.gz
gentoo-2-de9264874c4846a8c22726a9343306b4bd2804fd.tar.bz2
gentoo-2-de9264874c4846a8c22726a9343306b4bd2804fd.zip
Bug #285516: Build fix for java compile.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r--sys-libs/db/files/db-4.8.24-java-manifest-location.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-4.8.24-java-manifest-location.patch b/sys-libs/db/files/db-4.8.24-java-manifest-location.patch
new file mode 100644
index 000000000000..9cebadc52064
--- /dev/null
+++ b/sys-libs/db/files/db-4.8.24-java-manifest-location.patch
@@ -0,0 +1,12 @@
+diff -Nuar db-4.8.24.orig/dist/Makefile.in db-4.8.24/dist/Makefile.in
+--- db-4.8.24.orig/dist/Makefile.in 2009-09-19 23:39:45.286001896 +0000
++++ db-4.8.24/dist/Makefile.in 2009-09-19 23:41:13.079326882 +0000
+@@ -830,7 +830,7 @@
+ $(JAVA) -classpath $(JAVA_CLASSTOP) \
+ com.sleepycat.persist.model.ClassEnhancer $(JAVA_CLASSTOP)
+ cd $(JAVA_CLASSTOP) && \
+- $(JAR) cfm ../$(libj_jarfile) ../$(JAVA_MANIFEST) ./com/sleepycat
++ $(JAR) cfm ../$(libj_jarfile) $(JAVA_MANIFEST) ./com/sleepycat
+
+ $(libj_exjarfile): $(libj_jarfile) $(JAVA_EXSRCS)
+ @test -d $(JAVA_EXCLASSTOP) || \