summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-07-18 09:38:26 +0000
committerschmonz <schmonz@pkgsrc.org>2004-07-18 09:38:26 +0000
commit2b261a6ce2cf61ccdaf5251d941fda3df3904780 (patch)
tree651fa4f48501cb6b2109903862d66e9efe0325fe /devel
parente464fcb387b1aa4585d2240dbee70b5e8965c8ce (diff)
downloadpkgsrc-2b261a6ce2cf61ccdaf5251d941fda3df3904780.tar.gz
Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,
as that test is now done by the buildlink3 file itself.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 76feb0745c2..7e254a1fed8 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/06/17 03:49:15 tv Exp $
+# $NetBSD: Makefile,v 1.38 2004/07/18 09:38:26 schmonz Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -49,10 +49,6 @@ CONFIGURE_ENV+= lt_cv_path_NM="nm -p"
CONFIGURE_ENV+= lt_cv_path_NM="nm -B"
.endif
-.if ${OPSYS} == "Darwin"
-. include "../../devel/dlcompat/buildlink3.mk"
-.endif
-
BUILD_SHLIBTOOL?= YES
.PHONY: fix-libtool
@@ -79,4 +75,5 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/shlibtool ${PREFIX}/bin/shlibtool
.endif
+.include "../../devel/dlcompat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"