Circumvent the use of bison, use FreeBSD yacc instead.
PR: 44446
This commit is contained in:
parent
610f2be86f
commit
e413d8b70b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68810
4 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ USE_GMAKE= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc
|
||||
MAKE_ARGS= INSTALL="${INSTALL}"
|
||||
KRB5_KRB4_COMPAT?= YES
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ USE_GMAKE= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc
|
||||
MAKE_ARGS= INSTALL="${INSTALL}"
|
||||
KRB5_KRB4_COMPAT?= YES
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ USE_GMAKE= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc
|
||||
MAKE_ARGS= INSTALL="${INSTALL}"
|
||||
KRB5_KRB4_COMPAT?= YES
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ USE_GMAKE= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}"
|
||||
CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc
|
||||
MAKE_ARGS= INSTALL="${INSTALL}"
|
||||
KRB5_KRB4_COMPAT?= YES
|
||||
|
||||
|
|
Loading…
Reference in a new issue