git: a033f7d53f28 - main - devel/libpci: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:11 UTC
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