diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-30 08:44:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-30 08:44:32 +0800 |
commit | e63718fdcb3edc92c937524700b282da622791cd (patch) | |
tree | 8c847bbbc817ef48384502023f8dfefe6bc835e4 /irc | |
parent | 175f09b7bf3f1b43ef25544f99c736bf9fc9fcee (diff) | |
download | freebsd-ports-gnome-e63718fdcb3edc92c937524700b282da622791cd.tar.gz freebsd-ports-gnome-e63718fdcb3edc92c937524700b282da622791cd.tar.zst freebsd-ports-gnome-e63718fdcb3edc92c937524700b282da622791cd.zip |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
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 |