mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix build as user
Fix more instances of the YACC!="bison -y" problem from r507202.
This commit is contained in:
parent
a16b7a5486
commit
fe9c6f3a23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507203
@ -26,6 +26,7 @@ GH_ACCOUNT= efficios
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-debug-info
|
||||
CONFIGURE_ENV= YACC="bison -y"
|
||||
USE_GNOME= glib20
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -25,6 +25,7 @@ MAKE_ARGS= wwwdir=${PREFIX}/sbin wwwuser=${WWWOWN}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR}
|
||||
CONFIGURE_ENV= YACC="bison -y"
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
|
@ -19,6 +19,7 @@ CONFIGURE_ARGS+=--with-mhash \
|
||||
--with-zlib \
|
||||
--mandir=${MANPREFIX}/man \
|
||||
--with-config_file=${PREFIX}/etc/aide.conf
|
||||
CONFIGURE_ENV= YACC="bison -y"
|
||||
|
||||
LDFLAGS+= -lpthread
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user