summaryrefslogtreecommitdiff
path: root/lang/kaffe/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-29 17:47:10 +0000
committerjoerg <joerg>2006-05-29 17:47:10 +0000
commitbefbae1a65258b6547f76396f306a80acf001f47 (patch)
treef6ea571eaccbb01860f2dfd4b84a2684f5c8f347 /lang/kaffe/patches
parentaf5a2030ac667471000a19e857bbd363ecc70c8c (diff)
downloadpkgsrc-befbae1a65258b6547f76396f306a80acf001f47.tar.gz
Use the installed version of libkaffevm and be a bit less aggressive
in kaffe-x11 when not building parts of the tree. Fixes build issues on DragonFly, but doesn't affect the binary package.
Diffstat (limited to 'lang/kaffe/patches')
-rw-r--r--lang/kaffe/patches/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-ad b/lang/kaffe/patches/patch-ad
new file mode 100644
index 00000000000..c40fc7d7b80
--- /dev/null
+++ b/lang/kaffe/patches/patch-ad
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.10 2006/05/29 17:47:10 joerg Exp $
+
+--- libraries/clib/awt/X/Makefile.in.orig 2006-05-29 15:57:43.000000000 +0000
++++ libraries/clib/awt/X/Makefile.in
+@@ -84,7 +84,7 @@ am__installdirs = "$(DESTDIR)$(nativedir
+ nativeLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(native_LTLIBRARIES)
+ am__DEPENDENCIES_1 =
+-libxawt_la_DEPENDENCIES = $(top_builddir)/kaffe/kaffevm/libkaffevm.la \
++libxawt_la_DEPENDENCIES = \
+ $(top_builddir)/libraries/javalib/external/classpath/native/jni/classpath/libclasspath.la \
+ $(am__DEPENDENCIES_1)
+ am_libxawt_la_OBJECTS = libxawt_la-tlk.lo libxawt_la-wnd.lo \
+@@ -399,7 +399,7 @@ libxawt_la_LDFLAGS = \
+ -export-symbols-regex "^([Jj]ava|kaffe)_"
+
+ libxawt_la_LIBADD = \
+- $(top_builddir)/kaffe/kaffevm/libkaffevm.la \
++ ${nativedir}/libkaffevm.la \
+ $(top_builddir)/libraries/javalib/external/classpath/native/jni/classpath/libclasspath.la \
+ $(AWT_LIBS)
+