summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-26 09:39:30 +0000
committerjlam <jlam@pkgsrc.org>2004-11-26 09:39:30 +0000
commit36d37026bd64c24c7b198c11e28ba9f29603ed29 (patch)
treeb10f241c6c11b3fdb72b99ab1c57f7de96025f0c /devel
parentf96609e939eb77e246093949b916688023d4fe24 (diff)
downloadpkgsrc-36d37026bd64c24c7b198c11e28ba9f29603ed29.tar.gz
dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mk
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
Diffstat (limited to 'devel')
-rw-r--r--devel/dlcompat/buildlink3.mk6
-rw-r--r--devel/libltdl/Makefile4
-rw-r--r--devel/libtool-base/Makefile4
3 files changed, 5 insertions, 9 deletions
diff --git a/devel/dlcompat/buildlink3.mk b/devel/dlcompat/buildlink3.mk
index 5b6358b1529..653b550f9f4 100644
--- a/devel/dlcompat/buildlink3.mk
+++ b/devel/dlcompat/buildlink3.mk
@@ -1,6 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/07/18 09:35:08 schmonz Exp $
-
-.if ${OPSYS} == "Darwin"
+# $NetBSD: buildlink3.mk,v 1.7 2004/11/26 09:39:30 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
DLCOMPAT_BUILDLINK3_MK:= ${DLCOMPAT_BUILDLINK3_MK}+
@@ -18,5 +16,3 @@ BUILDLINK_PKGSRCDIR.dlcompat?= ../../devel/dlcompat
.endif # DLCOMPAT_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
-
-.endif # OPSYS
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile
index 03e32e7966e..e19467d6619 100644
--- a/devel/libltdl/Makefile
+++ b/devel/libltdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/14 19:03:45 tv Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/26 09:39:30 jlam Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -16,5 +16,5 @@ CONFIGURE_ARGS+=--enable-libltdl-install
CONFIGURE_DIRS= ${WRKSRC}/libltdl
BUILD_DIRS= ${WRKSRC}/libltdl
-.include "../../devel/dlcompat/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 60307a97385..6ef435ee116 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2004/11/11 22:29:03 tv Exp $
+# $NetBSD: Makefile,v 1.47 2004/11/26 09:39:30 jlam Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -54,5 +54,5 @@ post-install:
BUILDLINK_DEPMETHOD.dlcompat= build
-.include "../../devel/dlcompat/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"