From fa07ad20a4a0724c37ef82d22c4e752a438d30ea Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 21 Dec 2006 11:23:02 +0000 Subject: [PATCH] Fix build on CURRENT --- sysutils/LPRng/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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