diff options
-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 |