1
0
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:
Tobias Kortkamp 2019-07-23 06:21:40 +00:00
parent a16b7a5486
commit fe9c6f3a23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507203
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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