From ad1ad9e507f8517347bd250ac61abce7dc931a5b Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 28 Oct 2018 08:40:27 +0000 Subject: Fix powerpc64 build. Correct license information. PR: 231778 Submitted by: Piotr Kubaj Reviewed by: ndowens at yahoo dot com Approved by: portmgr (tier-2 blanket) --- lang/guile2/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index 7a83d017299d..cfaeb81f4297 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -3,7 +3,7 @@ PORTNAME= guile PORTVERSION= 2.0.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang scheme MASTER_SITES= GNU PKGNAMESUFFIX= 2 @@ -11,10 +11,8 @@ PKGNAMESUFFIX= 2 MAINTAINER= bofh@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension -LICENSE= LGPL21 - -BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped -BROKEN_powerpc64= fails to build: gmake[4]: *** [Makefile:3216: libguile_2.0_la-vm.lo] Error 1 +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= multi LIB_DEPENDS= libgmp.so:math/gmp \ libltdl.so:devel/libltdl \ @@ -25,8 +23,10 @@ CONFLICTS_INSTALL= guile-[0-9]* MAKE_JOBS_UNSAFE= yes -USES= charsetfix gmake libtool makeinfo ncurses pathfix pkgconfig \ - readline +USES= charsetfix ${USES_${ARCH}} gmake libtool makeinfo ncurses pathfix \ + pkgconfig readline +USES_powerpc64= compiler:c11 + USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -- cgit