diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-12-28 12:06:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-12-28 12:06:13 +0000 |
commit | 8422e5eb54ca3eeb183d78021cc250a37d8fe414 (patch) | |
tree | 7106ede7be880a1db3966ef85c1f4219ca5ec9cc /irc | |
parent | bfc312f329177cb55a49e15be30cc6c63f19daa4 (diff) | |
download | ports-8422e5eb54ca3eeb183d78021cc250a37d8fe414.tar.gz ports-8422e5eb54ca3eeb183d78021cc250a37d8fe414.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/kvirc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index cac8459c0fde..45979bbca591 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -36,10 +36,8 @@ OPTIONS= ARTS "Compile with arts support" on \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts |