Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 18:10:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d3253c00bba5 - main - devel/gnustep-make: Add NO_ARCH
Message-ID:  <202304181810.33IIAOAQ089300@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d3253c00bba5880231308af3d68017f1f04fec5c

commit d3253c00bba5880231308af3d68017f1f04fec5c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 17:59:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 18:05:13 +0000

    devel/gnustep-make: Add NO_ARCH
---
 devel/gnustep-make/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index a9ab6abea98d..8dd4af055654 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+=	--with-layout=gnustep
 CONFIGURE_ARGS+=	--enable-objc-nonfragile-abi --enable-native-objc-exceptions
 CONFIGURE_ARGS+=	--with-library-combo=ng-gnu-gnu
 GNU_CONFIGURE_PREFIX=	${GNUSTEP_PREFIX}
+NO_ARCH=	yes
 
 post-install:
 	${LN} -s Library/Makefiles ${STAGEDIR}${GNUSTEP_PREFIX}/System/



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