Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:58:11 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: a033f7d53f28 - main - devel/libpci: Use SETENVI instead of SETENV
Message-ID:  <202403231458.42NEwB6h084909@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=a033f7d53f284cf2d77e4bb4a9f6f372c7f1337b

commit a033f7d53f284cf2d77e4bb4a9f6f372c7f1337b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:18:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:41 +0000

    devel/libpci: Use SETENVI instead of SETENV
---
 devel/libpci/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile
index 5d7d6fbf420e..358d235ce21d 100644
--- a/devel/libpci/Makefile
+++ b/devel/libpci/Makefile
@@ -36,7 +36,7 @@ post-patch:
 	@${LN} -s . ${WRKSRC}/lib/pci
 
 do-configure:
-	@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} lib/config.h
+	@cd ${WRKSRC}/ && ${SETENVI} ${MAKE_ENV} ${MAKE_CMD} lib/config.h
 
 post-build:
 	@cd ${WRKSRC}/lib/ && ${CC} ${CFLAGS} ${STRIP} -Wl,-soname=libpci.so.3 -shared *.o -lz -o libpci.so.3



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