diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-18 17:59:24 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-18 18:05:13 +0000 |
commit | d3253c00bba5880231308af3d68017f1f04fec5c (patch) | |
tree | 6c9df6859690da76867308065099f52ab7280699 | |
parent | 4edfb62f6686e16a8c8919576f69c5d89df6cdcd (diff) | |
download | ports-d3253c00bba5880231308af3d68017f1f04fec5c.tar.gz ports-d3253c00bba5880231308af3d68017f1f04fec5c.zip |
devel/gnustep-make: Add NO_ARCH
-rw-r--r-- | devel/gnustep-make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |