diff options
author | ru <ru@FreeBSD.org> | 2006-01-11 23:49:25 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-01-11 23:49:25 +0800 |
commit | a979839a39452d68e9d061772ea4e73bb1daf82d (patch) | |
tree | 4e617ca8d93b98f8430ae980b12a158cddff557c /devel/ccache | |
parent | df9d2f820b352c57388a818015281976a67a50b3 (diff) | |
download | freebsd-ports-gnome-a979839a39452d68e9d061772ea4e73bb1daf82d.tar.gz freebsd-ports-gnome-a979839a39452d68e9d061772ea4e73bb1daf82d.tar.zst freebsd-ports-gnome-a979839a39452d68e9d061772ea4e73bb1daf82d.zip |
Attempt to attract maintainer's attention to a problem a lot of
our users reported when doing "make buildworld" with NOCCACHE
defined (hardcodes CC and CXX to "/usr/bin/{cc|c++}").
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 85ba6d4c9694..deb0e500ac16 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://ccache.samba.org/ftp/ccache/ MAINTAINER= ahze@FreeBSD.org COMMENT= A tool to minimize the compile time of C/C++ programs +BROKEN= "Examples provided break buildworld" GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |