Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 19:12:21 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551539 - head/devel/libffcall
Message-ID:  <202010051912.095JCL9k036435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Oct  5 19:12:21 2020
New Revision: 551539
URL: https://svnweb.freebsd.org/changeset/ports/551539

Log:
  devel/libffcall: fix build
  
  Submitted by:	se@
  Reported by:	linimon@

Modified:
  head/devel/libffcall/Makefile

Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/libffcall/Makefile	Mon Oct  5 19:11:21 2020	(r551538)
+++ head/devel/libffcall/Makefile	Mon Oct  5 19:12:21 2020	(r551539)
@@ -19,6 +19,7 @@ BROKEN_mips64=		fails to build: gmake[2]: No rule to m
 
 GNU_CONFIGURE=	yes
 USES=		gmake libtool
+USE_GCC=	yes
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=		--enable-shared
@@ -29,9 +30,6 @@ CFLAGS+=		-fPIC
 PATCHES_powerpc64=	${PATCHDIR}/extra-patch-ffcall-abi.h
 PATCHES_powerpc64le=	${PATCHDIR}/extra-patch-ffcall-abi.h
 EXTRA_PATCHES=		${PATCHES_${ARCH}}
-USES_powerpc64=		compiler:gcc-c++11-lib
-USES_powerpc64le=	compiler:gcc-c++11-lib
-USES+=			${USES_${ARCH}}
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010051912.095JCL9k036435>