From 9607f0baec9e6215ec13c69ad38bb6561b85f2dd Mon Sep 17 00:00:00 2001 From: hans Date: Thu, 16 Feb 2012 17:18:50 +0000 Subject: Don't try to install SysV init scripts. That used to fix the build on SunOS. Now it breaks because of tiff 4.0. --- comms/hylafax/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/hylafax/Makefile') diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 7adac5c8aab..22e937b8f36 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2012/02/06 12:39:41 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2012/02/16 17:18:50 hans Exp $ VERS= 4.2.5 DISTNAME= hylafax-${VERS} @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --with-MAKE=${MAKE_PROGRAM:Q} CONFIGURE_ARGS+= --with-INSTALL="" --nointeractive CONFIGURE_ARGS+= --with-ZLIBINC=-I${BUILDLINK_PREFIX.zlib}/include CONFIGURE_ARGS+= --with-LIBZ="-L${BUILDLINK_PREFIX.zlib}/lib -lz" +CONFIGURE_ARGS+= --with-SYSVINIT=no CONFIGURE_ENV+= PREFIX=${PREFIX:Q} OPTIMIZER=${CFLAGS:Q} CONFIGURE_ENV+= FAXUID=${FAXUSER:Q} FAXGID=${FAXGROUP:Q} CONFIGURE_ENV+= VARBASE=${VARBASE:Q} -- cgit v1.2.3