diff options
author | jlam <jlam@pkgsrc.org> | 2003-07-02 10:27:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-07-02 10:27:06 +0000 |
commit | fea312153755fd2753c4c34f3bce831be0ac66d9 (patch) | |
tree | 4cf2df611e1b678f42fc7a43dbaf1d4ae8d4d2dd /lang/jdk-openjit | |
parent | 817080dc1b9713fd00c3b12865d101a9118f4ef1 (diff) | |
download | pkgsrc-fea312153755fd2753c4c34f3bce831be0ac66d9.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/Makefile | 4 | ||||
-rw-r--r-- | lang/jdk-openjit/Makefile.common | 4 |
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 |