svn commit: r536360 - head/devel/liboil

Piotr Kubaj pkubaj at FreeBSD.org
Sun May 24 01:46:54 UTC 2020


Author: pkubaj
Date: Sun May 24 01:46:53 2020
New Revision: 536360
URL: https://svnweb.freebsd.org/changeset/ports/536360

Log:
  devel/liboil: use GCC on powerpc64 elfv2
  
  clang fails to build this port.

Modified:
  head/devel/liboil/Makefile

Modified: head/devel/liboil/Makefile
==============================================================================
--- head/devel/liboil/Makefile	Sun May 24 01:07:57 2020	(r536359)
+++ head/devel/liboil/Makefile	Sun May 24 01:46:53 2020	(r536360)
@@ -23,4 +23,10 @@ CONFIGURE_ARGS=	--disable-gtk-doc \
 INSTALL_TARGET=	install-strip
 CFLAGS:=	${CFLAGS:N-O*} -O2
 
+.include <bsd.port.options.mk>
+
+.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
+USES+=		compiler:gcc-c++11-lib
+.endif
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list