diff options
author | rh <rh@pkgsrc.org> | 2000-10-21 08:10:30 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-21 08:10:30 +0000 |
commit | 4583aa081cdc3581ecec0981352fd1b5900b3ef1 (patch) | |
tree | b1c6d611f66cbce08ce799ef608822149c71effb /lang | |
parent | 0196111aec5811ea47344217952640297c792f7c (diff) | |
download | pkgsrc-4583aa081cdc3581ecec0981352fd1b5900b3ef1.tar.gz |
Redefine LDD as these packages install Linux binaries
Diffstat (limited to 'lang')
-rw-r--r-- | lang/blackdown-jdk12/Makefile | 3 | ||||
-rw-r--r-- | lang/blackdown-jre12/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/blackdown-jdk12/Makefile b/lang/blackdown-jdk12/Makefile index a46929a6e4a..1ed7cdd53e4 100644 --- a/lang/blackdown-jdk12/Makefile +++ b/lang/blackdown-jdk12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/16 17:53:53 tv Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/21 08:10:30 rh Exp $ # DISTNAME= j2sdk-1.2.2-FCS-linux-i386-glibc-2.1.3 @@ -33,6 +33,7 @@ NO_BUILD= yes NO_MTREE= yes ONLY_FOR_PLATFORM= NetBSD-*-i386 +LDD= ${TRUE} post-patch: @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f diff --git a/lang/blackdown-jre12/Makefile b/lang/blackdown-jre12/Makefile index bf2f2ad0114..cfe973b53d5 100644 --- a/lang/blackdown-jre12/Makefile +++ b/lang/blackdown-jre12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/16 17:53:21 tv Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/21 08:10:30 rh Exp $ # DISTNAME= j2re-1.2.2-FCS-linux-i386-glibc-2.1.3 @@ -33,6 +33,7 @@ NO_BUILD= yes NO_MTREE= yes ONLY_FOR_PLATFORM= NetBSD-*-i386 +LDD= ${TRUE} post-patch: @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f |