mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
lang/guile*: Unbreak on i386
lang/guile-aclocal is a slave ports which was blocked by previous
commit. This is just makes sure that guile-aclocal is built on other
platforms.
PR: 282084
Reported by: dim
Fixes: a416ffc
lang/guile3: Ignore on 32-bit platforms
This commit is contained in:
parent
d0640fc866
commit
9d0d2448e1
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ CATEGORIES= lang scheme
|
||||||
PKGNAMESUFFIX=
|
PKGNAMESUFFIX=
|
||||||
DISTNAME= guile-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
DISTNAME= guile-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||||
|
|
||||||
|
NOT_FOR_ARCHS= # disable MASTERDIR's NOT_FOR_ARCHS
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../guile3
|
MASTERDIR= ${.CURDIR}/../guile3
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://www.gnu.org/software/guile/
|
||||||
LICENSE= GPLv3 LGPL3
|
LICENSE= GPLv3 LGPL3
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
NOT_FOR_ARCHS= armv7 i386
|
NOT_FOR_ARCHS?= armv7 i386
|
||||||
NOT_FOR_ARCHS_REASON= Does not build on armv7 and i386
|
NOT_FOR_ARCHS_REASON= Does not build on armv7 and i386
|
||||||
|
|
||||||
USES= tar:lz
|
USES= tar:lz
|
||||||
|
|
Loading…
Add table
Reference in a new issue