diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-27 03:03:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-27 03:03:31 +0000 |
commit | b7ff7031ea6f07582ad920bef0ffd13ac1adcc44 (patch) | |
tree | fa95c4dec9e92efb4ff7df81d579129d7bc11807 /lang/klone | |
parent | bd5f3dd41b37a452c489843e85d75cf94433bbc6 (diff) | |
download | ports-b7ff7031ea6f07582ad920bef0ffd13ac1adcc44.tar.gz ports-b7ff7031ea6f07582ad920bef0ffd13ac1adcc44.zip |
Notes
Diffstat (limited to 'lang/klone')
-rw-r--r-- | lang/klone/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/klone/Makefile b/lang/klone/Makefile index bf3d7bdf6848..6e0575f0e0ad 100644 --- a/lang/klone/Makefile +++ b/lang/klone/Makefile @@ -23,6 +23,10 @@ WRKSRC= ${WRKDIR}/Klone BROKEN= Does not compile on sparc64 .endif +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + do-configure: @${SED} -e 's:%%PREFIX%%:${PREFIX}:' \ -e 's:%%CC%%:${CC}:' \ |