pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends sane-backends: Wor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60acc6c84c77
branches:  trunk
changeset: 307976:60acc6c84c77
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 15 13:19:50 2018 +0000

description:
sane-backends: Work around broken configure tests on SunOS.

diffstat:

 graphics/sane-backends/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2b2d5c1748bd -r 60acc6c84c77 graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Tue May 15 13:06:30 2018 +0000
+++ b/graphics/sane-backends/Makefile   Tue May 15 13:19:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2018/02/25 21:22:07 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2018/05/15 13:19:50 jperkin Exp $
 
 .include "Makefile.common"
 COMMENT=       API for access to scanners, digital cameras, frame grabbers, etc
@@ -20,6 +20,9 @@
 CONFIGURE_ARGS+=       --without-snmp
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
+CONFIGURE_ENV.SunOS+=  ac_cv_func_inet_ntop=yes
+CONFIGURE_ENV.SunOS+=  ac_cv_func_inet_pton=yes
+
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS+=           mustek pint sm3600



Home | Main Index | Thread Index | Old Index