diff options
author | gdt <gdt@pkgsrc.org> | 2011-08-30 01:30:01 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-08-30 01:30:01 +0000 |
commit | d3ba2d8a453c48404c6b526147c9fec2da1a3682 (patch) | |
tree | dce0310f313135185994f2dc44e211467be35f04 /graphics/sane-backends | |
parent | 05ba5b8fbca4d7eebb750571b2bd7ee779b605b0 (diff) | |
download | pkgsrc-d3ba2d8a453c48404c6b526147c9fec2da1a3682.tar.gz |
Forcibly disable compiling with SNMP.
On systems with netsnmp, configure sort of finds SNMP, and adds
-lnetsnmp. This is wrong because the package doesn't depend on
netsnmp, and problematic because then looking for getenv() fails.
No PKGREVISION++ because this doesn't change the behavior in cases
that previously resulted in a successful build.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 4a3433b9102..d93ec2387d3 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2011/07/31 20:05:58 gls Exp $ +# $NetBSD: Makefile,v 1.53 2011/08/30 01:30:01 gdt Exp $ PKG_DESTDIR_SUPPORT= user-destdir PKGREVISION= 1 @@ -20,6 +20,7 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-gphoto2=no CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sane-${SANE_VERSION} +CONFIGURE_ARGS+= --without-snmp .include "../../mk/bsd.prefs.mk" |