diff options
author | rodent <rodent> | 2013-04-06 11:06:52 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 11:06:52 +0000 |
commit | 7fee28a2d9f2ea3625e2a639fb46a1d7321c75c2 (patch) | |
tree | ace3961d1c89270bd458da1aae96f643fb345587 /lang/gcc45 | |
parent | a339a78e1a1218dea4fc4958151a72490ee6e675 (diff) | |
download | pkgsrc-7fee28a2d9f2ea3625e2a639fb46a1d7321c75c2.tar.gz |
"For efficiency reasons, please include bsd.fast.prefs.mk instead of
bsd.prefs.mk."
Diffstat (limited to 'lang/gcc45')
-rw-r--r-- | lang/gcc45/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc45/buildlink3.mk b/lang/gcc45/buildlink3.mk index af2b34899e1..ec8bebf99b3 100644 --- a/lang/gcc45/buildlink3.mk +++ b/lang/gcc45/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2013/02/03 07:45:18 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2013/04/06 11:06:52 rodent Exp $ BUILDLINK_TREE+= gcc45 @@ -51,7 +51,7 @@ BUILDLINK_FILES_CMD.gcc45= \ # When not using the GNU linker, gcc will always link shared libraries # against the shared version of libgcc. Always enable _USE_GCC_SHILB on # platforms that don't use the GNU linker, such as SunOS. -.include "../../mk/bsd.prefs.mk" +.include "../../mk/bsd.fast.prefs.mk" .if ${OPSYS} == "SunOS" _USE_GCC_SHLIB= yes .endif |