summaryrefslogtreecommitdiff
path: root/lang/gcc/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-07-13 13:04:09 +0000
committergrant <grant>2003-07-13 13:04:09 +0000
commit8807cd1c66dd686631fcde97291003941f38c901 (patch)
tree8d571d6bac15239bea7968f10aea6e65444548f2 /lang/gcc/Makefile
parentb50fbc5cf5202821cfde559173ad23220e6eb191 (diff)
downloadpkgsrc-8807cd1c66dd686631fcde97291003941f38c901.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/Makefile')
-rw-r--r--lang/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index c3d3e71b3c6..5cbc67c0fa0 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2003/07/12 08:53:40 jtb Exp $
+# $NetBSD: Makefile,v 1.67 2003/07/13 13:04:09 grant Exp $
DISTNAME= gcc-2.95.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/}