diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 17:18:50 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 17:18:50 +0000 |
commit | 9607f0baec9e6215ec13c69ad38bb6561b85f2dd (patch) | |
tree | 01c4be1de65514a81b4b28736cb73e925f25a88f /comms | |
parent | 9ee4c3a2650f7ad9508adf5a3e7fd1fe9d2971d0 (diff) | |
download | pkgsrc-9607f0baec9e6215ec13c69ad38bb6561b85f2dd.tar.gz |
Don't try to install SysV init scripts. That used to fix the build on
SunOS. Now it breaks because of tiff 4.0.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |