diff options
author | grant <grant@pkgsrc.org> | 2003-09-24 12:22:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-24 12:22:03 +0000 |
commit | f8dc52ce38cd225e17b0e74e4978ad4dc46cceeb (patch) | |
tree | 99ddce2750caedd6be2d3ff6627986aa0f032363 /mk/bsd.pkg.mk | |
parent | c2cf4208ceb6730af7c7d3b0f441c2b12e0800b7 (diff) | |
download | pkgsrc-f8dc52ce38cd225e17b0e74e4978ad4dc46cceeb.tar.gz |
make CC_VERSION available to packages by including bsd.prefs.mk.
it is of the form 'gcc-<version>' if gcc is being used, or empty
otherwise (for now).
requested by tron.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index c652c2cac74..a1eb3215b08 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1288 2003/09/17 02:38:22 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1289 2003/09/24 12:22:03 grant Exp $ # # This file is in the public domain. # @@ -391,8 +391,6 @@ SHCOMMENT?= ${ECHO_MSG} >/dev/null '***' DISTINFO_FILE?= ${.CURDIR}/distinfo -.include "../../mk/compiler.mk" - FIX_RPATH+= LIBS .if defined(USE_X11) X11_LDFLAGS= # empty |