svn commit: r522332 - head/mail/openemm2015

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 7 14:40:23 UTC 2020


Author: pkubaj
Date: Tue Jan  7 14:40:22 2020
New Revision: 522332
URL: https://svnweb.freebsd.org/changeset/ports/522332

Log:
  mail/openemm2015: unbreak on powerpc64 elfv2
  
  This port can be built on powerpc64 elfv2.

Modified:
  head/mail/openemm2015/Makefile

Modified: head/mail/openemm2015/Makefile
==============================================================================
--- head/mail/openemm2015/Makefile	Tue Jan  7 12:38:59 2020	(r522331)
+++ head/mail/openemm2015/Makefile	Tue Jan  7 14:40:22 2020	(r522332)
@@ -16,7 +16,8 @@ COMMENT=	OpenEMM a email marketing enterprise app
 LICENSE=	CPAL-1.0
 LICENSE_FILE=	${WRKSRC}/other/LICENSE.txt
 
-BROKEN_powerpc64=	fails to build: gmake[1]: clang: Command not found
+BROKEN_FreeBSD_11_powerpc64=	fails to build: gmake[1]: clang: Command not found
+BROKEN_FreeBSD_12_powerpc64=	fails to build: gmake[1]: clang: Command not found
 
 LIB_DEPENDS=	libslang.so:devel/libslang2 \
 		libsa.so:net/ossp-sa


More information about the svn-ports-head mailing list