1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/libpci: Use SETENVI instead of SETENV

This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:18:16 +08:00
parent 25e609b3b1
commit a033f7d53f
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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