mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build on CURRENT
This commit is contained in:
parent
eab7e50a69
commit
fa07ad20a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180319
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ CONFIGURE_ARGS= \
|
|||
--with-lpd_perms_path=${SYSCONFDIR}/lpd.perms \
|
||||
--with-printcap_path=/etc/printcap \
|
||||
--with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib" \
|
||||
--enable-gdbm=${LOCALBASE}
|
||||
--enable-gdbm=${LOCALBASE} \
|
||||
--disable-werror
|
||||
|
||||
.if defined(PORT_REPLACES_BASE_LPR)
|
||||
PREFIX= /usr
|
||||
|
|
Loading…
Add table
Reference in a new issue