forked from Lainports/freebsd-ports
Fix build on CURRENT
This commit is contained in:
parent
eab7e50a69
commit
fa07ad20a4
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