pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/sane-backends



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 15 13:19:50 UTC 2018

Modified Files:
        pkgsrc/graphics/sane-backends: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/sane-backends/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/sane-backends/Makefile
diff -u pkgsrc/graphics/sane-backends/Makefile:1.68 pkgsrc/graphics/sane-backends/Makefile:1.69
--- pkgsrc/graphics/sane-backends/Makefile:1.68 Sun Feb 25 21:22:07 2018
+++ pkgsrc/graphics/sane-backends/Makefile      Tue May 15 13:19:50 2018
@@ -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+=      --with-docdir=${PREFIX}
 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