diff options
author | ahze <ahze@FreeBSD.org> | 2006-11-19 15:26:54 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-11-19 15:26:54 +0800 |
commit | e34524b769b7c27f25b3a76a70ce77ff7b663539 (patch) | |
tree | 7c3ef7fb9b6c3efe463ea0e4f86d50522254c1ab /devel | |
parent | 1c1acccc2f6d2ac3b9271145f43dd06a47814d26 (diff) | |
download | freebsd-ports-gnome-e34524b769b7c27f25b3a76a70ce77ff7b663539.tar.gz freebsd-ports-gnome-e34524b769b7c27f25b3a76a70ce77ff7b663539.tar.zst freebsd-ports-gnome-e34524b769b7c27f25b3a76a70ce77ff7b663539.zip |
Add links to gcc43
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccache/Makefile | 4 | ||||
-rw-r--r-- | devel/distcc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 2c6eec131e04..b2368bbea3c2 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -7,7 +7,7 @@ PORTNAME= ccache PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://samba.org/ftp/ccache/ @@ -34,7 +34,7 @@ SUB_FILES= ${HOWTO} pkg-message .include <bsd.port.pre.mk> .if !defined(WITHOUT_COMPILER_LINKS) -GNU_COMPILERS= 295 32 33 34 40 41 42 +GNU_COMPILERS= 295 32 33 34 40 41 42 43 CCACHE_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH}=="i386" CCACHE_COMPILERS+= icc icpc diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 0d8b92b5725c..c450787199c6 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -7,7 +7,7 @@ PORTNAME= distcc PORTVERSION= 2.18.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel ipv6 MASTER_SITES= http://distcc.samba.org/ftp/distcc/ @@ -36,7 +36,7 @@ OPTIONS= GNOME "Build GUI monitor based on GNOME" Off \ .if defined(WITH_COMPILER_LINKS) CCLINKDIR?= libexec/distcc PLIST_DIRS= ${CCLINKDIR} -GNU_COMPILERS= 295 32 33 34 40 41 42 +GNU_COMPILERS= 295 32 33 34 40 41 42 43 DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH} == "i386" DISTCC_COMPILERS+= icc icpc |