diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-21 11:23:02 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-21 11:23:02 +0000 |
| commit | fa07ad20a4a0724c37ef82d22c4e752a438d30ea (patch) | |
| tree | fa61b72a1bf750be7c987c9f2c4c657f035527b6 /sysutils/LPRng | |
| parent | Update to version 4.0.7 (diff) | |
Fix build on CURRENT
Diffstat (limited to 'sysutils/LPRng')
| -rw-r--r-- | sysutils/LPRng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 46c28e3cae2d..5f717fd87749 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -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 |
