diff options
author | grant <grant@pkgsrc.org> | 2003-07-13 13:04:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-13 13:04:09 +0000 |
commit | 7528b4d4373ccd9003f863dd5974aca646f8cb55 (patch) | |
tree | 8d571d6bac15239bea7968f10aea6e65444548f2 /lang/gcc/PLIST | |
parent | 48b773f823491d7b4c520183f6d0222325f7a21f (diff) | |
download | pkgsrc-7528b4d4373ccd9003f863dd5974aca646f8cb55.tar.gz |
greatly simplify the handling of pkgsrc gcc, and eliminate a bug which
has allowed these packages to work :)
set CC, CXX, CPP and F77 in gcc{,3}/buildlink2.mk.
you now only need to define USE_GCC2 or USE_GCC3 to use the pkgsrc
gcc of your choice.
the share/examples/gcc/mk.conf and gcc3/mk.conf files are no longer
installed.
bump PKGREVISIONs.
Diffstat (limited to 'lang/gcc/PLIST')
-rw-r--r-- | lang/gcc/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc/PLIST b/lang/gcc/PLIST index d7ce7b87998..c6963082677 100644 --- a/lang/gcc/PLIST +++ b/lang/gcc/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.10 2003/07/04 16:27:24 seb Exp $ -share/examples/${DISTNAME}/mk.conf -@dirrm share/examples/${DISTNAME} +@comment $NetBSD: PLIST,v 1.11 2003/07/13 13:04:09 grant Exp $ +@this plist intentionally left blank |