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:
Muhammad Moinur Rahman 2024-10-14 20:23:05 +02:00
parent d0640fc866
commit 9d0d2448e1
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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