diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-15 11:19:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-15 11:19:27 +0800 |
commit | 246b1475cfe9a3dcb8f5940d3142fc6488948c0a (patch) | |
tree | 714279e58d9dbf72b5dfca7573708d3236e58773 /irc | |
parent | 565d6b725da7ad91a65eaad9d47e0411733a1625 (diff) | |
download | freebsd-ports-gnome-246b1475cfe9a3dcb8f5940d3142fc6488948c0a.tar.gz freebsd-ports-gnome-246b1475cfe9a3dcb8f5940d3142fc6488948c0a.tar.zst freebsd-ports-gnome-246b1475cfe9a3dcb8f5940d3142fc6488948c0a.zip |
Now builds on powerpc64 (and thus presumably mips*.)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/psybnc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index 30e68c90fcbe..b4aa036e7def 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -13,10 +13,6 @@ COMMENT= Powerful IRC bouncer LICENSE= GPLv1+ # though COPYING is GPLv2 -BROKEN_mips= Does not build: exec(clang) failed (No such file or directory) -BROKEN_mips64= Does not build: exec(clang) failed (No such file or directory) -BROKEN_powerpc64= Does not build: exec(clang) failed (No such file or directory) - USES= dos2unix ssl DOS2UNIX_GLOB= *.c *.h WRKSRC= ${WRKDIR}/psybnc |