diff options
author | grant <grant@pkgsrc.org> | 2003-07-13 13:10:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-13 13:10:43 +0000 |
commit | bbfe9c9c204873dd1f1d8113cf0cb0c995caf883 (patch) | |
tree | 810c1995e1c63886a8dbd5dc90a892eb7bba71cc /mk/bsd.pkg.mk | |
parent | 7528b4d4373ccd9003f863dd5974aca646f8cb55 (diff) | |
download | pkgsrc-bbfe9c9c204873dd1f1d8113cf0cb0c995caf883.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.mk | 8 |
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) |