mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Change GNU_CONFIGURE to USE_AUTOCONF. cfengine comes with a configure
script generated with configure 1.12, which has a POSIX-related IFS bug and doesn't completely work with modern shells.
This commit is contained in:
parent
b49645b291
commit
782e744556
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32180
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
|||
.endif
|
||||
|
||||
CFLAGS+= -pthread
|
||||
GNU_CONFIGURE=yes
|
||||
USE_AUTOCONF=yes
|
||||
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
|||
.endif
|
||||
|
||||
CFLAGS+= -pthread
|
||||
GNU_CONFIGURE=yes
|
||||
USE_AUTOCONF=yes
|
||||
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
|||
.endif
|
||||
|
||||
CFLAGS+= -pthread
|
||||
GNU_CONFIGURE=yes
|
||||
USE_AUTOCONF=yes
|
||||
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
|||
.endif
|
||||
|
||||
CFLAGS+= -pthread
|
||||
GNU_CONFIGURE=yes
|
||||
USE_AUTOCONF=yes
|
||||
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue