summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorgrant <grant>2003-07-13 13:10:43 +0000
committergrant <grant>2003-07-13 13:10:43 +0000
commitd90d4fa943f24603777a606c733359e628bb862b (patch)
tree810c1995e1c63886a8dbd5dc90a892eb7bba71cc /mk/bsd.pkg.mk
parent8807cd1c66dd686631fcde97291003941f38c901 (diff)
downloadpkgsrc-d90d4fa943f24603777a606c733359e628bb862b.tar.gz
don't set USE_GCC2 by default as it implies the use pkgsrc gcc2, and
move handling of gcc shared libraries to bsd.prefs.mk.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 8c2e2f2d6f4..6e68498d2d6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1214 2003/07/13 06:44:02 grant Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1215 2003/07/13 13:10:43 grant Exp $
#
# This file is in the public domain.
#
@@ -219,12 +219,6 @@ MAKE_ENV+= F77="${F77}"
MAKE_ENV+= FC="${FC}"
.endif
-# Ensure the correct rpath is passed to the linker to enable packages
-# to find shared libraries from gcc.
-.if defined(USE_GCC_SHLIB)
-. include "../../mk/gcc.buildlink2.mk"
-.endif
-
# Automatically increase process limit where necessary for building.
_ULIMIT_CMD=
.if defined(UNLIMIT_RESOURCES)