summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-02 10:27:06 +0000
committerjlam <jlam>2003-07-02 10:27:06 +0000
commit1972930f3b8deb577a19842d4cba44dc66110fbb (patch)
tree4cf2df611e1b678f42fc7a43dbaf1d4ae8d4d2dd /lang/jdk-openjit
parent62b4a250fb14d315d7252d1d0dab6a9ad45f5e35 (diff)
downloadpkgsrc-1972930f3b8deb577a19842d4cba44dc66110fbb.tar.gz
Apply patch to allow pkgsrc-wip *-openjit packages to correctly reach into
this directory for Makefiles. From Todd Vierling in private mail.
Diffstat (limited to 'lang/jdk-openjit')
-rw-r--r--lang/jdk-openjit/Makefile4
-rw-r--r--lang/jdk-openjit/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/jdk-openjit/Makefile b/lang/jdk-openjit/Makefile
index 56695433f55..6ee401b3665 100644
--- a/lang/jdk-openjit/Makefile
+++ b/lang/jdk-openjit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/01 19:02:34 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/02 10:27:06 jlam Exp $
PKGNAME= jdk-openjit-${OPENJIT_VERSION}
@@ -6,4 +6,4 @@ PKG_JVMS_ACCEPTED= jdk
CLASSDIR= classes
JRELIB= lib/${MACHINE_ARCH}/green_threads
-.include "../jdk-openjit/Makefile.common"
+.include "../../lang/jdk-openjit/Makefile.common"
diff --git a/lang/jdk-openjit/Makefile.common b/lang/jdk-openjit/Makefile.common
index d68628543f6..dc19f03b3ec 100644
--- a/lang/jdk-openjit/Makefile.common
+++ b/lang/jdk-openjit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2003/07/01 19:02:34 jlam Exp $
+# $NetBSD: Makefile.common,v 1.2 2003/07/02 10:27:06 jlam Exp $
OPENJIT_VERSION=1.1.16
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+=--with-jdk=${PKG_JAVA_HOME}
PLIST_SUBST+= CLASSDIR=${CLASSDIR} JRELIB=${JRELIB} JAVADIR=${PKG_JAVA_HOME:C|^${PREFIX}/||}
-PKGDIR= ${.CURDIR}/../jdk-openjit
+PKGDIR= ${.CURDIR}/../../lang/jdk-openjit
DISTINFO_FILE= ${PKGDIR}/distinfo
PATCHDIR= ${PKGDIR}/patches