diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 00:44:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 00:44:32 +0000 |
commit | 4ebba57eca24629c95e4c6381784c4f8b79ebb74 (patch) | |
tree | 8c847bbbc817ef48384502023f8dfefe6bc835e4 /irc | |
parent | 633f9296f4a9a6d9f4988a62658038fdd8c8cc4f (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/charybdis/Makefile | 2 | ||||
-rw-r--r-- | irc/psybnc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile index 0c0ca71d5b26..19c923bd3bfe 100644 --- a/irc/charybdis/Makefile +++ b/irc/charybdis/Makefile @@ -11,7 +11,7 @@ COMMENT= Powerful IRC daemon, based on ircd-ratbox LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: undefined reference to le32toh CONFLICTS= ircd-ratbox-[0-9]* ircd-ratbox-devel-[0-9]* \ nefarious-[0-9]* ircd-hybrid-[0-9]* \ diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index c52e8666c62e..329c1b066bc9 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -13,7 +13,7 @@ COMMENT= Powerful IRC bouncer LICENSE= GPLv1+ # though COPYING is GPLv2 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: exec(clang) failed (No such file or directory) USES= dos2unix ssl DOS2UNIX_GLOB= *.c *.h |