svn commit: r517203 - head/net-im/licq

Tobias Kortkamp tobik at FreeBSD.org
Sun Nov 10 11:13:34 UTC 2019


Author: tobik
Date: Sun Nov 10 11:13:34 2019
New Revision: 517203
URL: https://svnweb.freebsd.org/changeset/ports/517203

Log:
  net-im/licq: Spell BROKEN_powerpc64 correctly

Modified:
  head/net-im/licq/Makefile

Modified: head/net-im/licq/Makefile
==============================================================================
--- head/net-im/licq/Makefile	Sun Nov 10 11:08:16 2019	(r517202)
+++ head/net-im/licq/Makefile	Sun Nov 10 11:13:34 2019	(r517203)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 
-BROKEN_powerp64=	fails to link: undefined reference to `boost::re_detail_106900::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const'
+BROKEN_powerpc64=	fails to link: undefined reference to `boost::re_detail_106900::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const'
 BROKEN_sparc64=		fails to link
 
 USES=		cmake:noninja iconv ssl


More information about the svn-ports-all mailing list