diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 16:40:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 16:40:27 +0800 |
commit | ad1ad9e507f8517347bd250ac61abce7dc931a5b (patch) | |
tree | 7659386359ce71998b0002b3983d9d5295d705eb | |
parent | 0d1b707bd23fa4cc7a241d441b5c7d1dfb1fcbdb (diff) | |
download | freebsd-ports-gnome-ad1ad9e507f8517347bd250ac61abce7dc931a5b.tar.gz freebsd-ports-gnome-ad1ad9e507f8517347bd250ac61abce7dc931a5b.tar.zst freebsd-ports-gnome-ad1ad9e507f8517347bd250ac61abce7dc931a5b.zip |
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)
-rw-r--r-- | lang/guile2/Makefile | 14 |
1 files 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 |