Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2021 21:20:25 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: 8918d79d4efd - main - devel/libtool: Add NO_ARCH
Message-ID:  <202111212120.1ALLKPtP026979@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=8918d79d4efdaf2ed1ac659d51e77913f439da7f

commit 8918d79d4efdaf2ed1ac659d51e77913f439da7f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-21 21:17:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-21 21:17:15 +0000

    devel/libtool: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 devel/libtool/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index 8ea5c512fc67..262518d6520a 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -16,6 +16,7 @@ RUN_DEPENDS=	gm4:devel/m4
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-ltdl-install
 MAKE_ARGS=	MAKEINFOFLAGS=--no-split
+NO_ARCH=	yes
 USES+=		makeinfo
 
 INFO=		libtool



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