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:   nia
Date:           Thu Jun 25 12:44:10 UTC 2020

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

Log Message:
sane-backends: needs networking libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 pkgsrc/graphics/sane-backends/Makefile:1.74
--- pkgsrc/graphics/sane-backends/Makefile:1.73 Sat Jun 13 20:54:32 2020
+++ pkgsrc/graphics/sane-backends/Makefile      Thu Jun 25 12:44:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2020/06/13 20:54:32 leot Exp $
+# $NetBSD: Makefile,v 1.74 2020/06/25 12:44:10 nia Exp $
 
 .include "Makefile.common"
 MASTER_SITES=  https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/
@@ -38,6 +38,8 @@ PLIST.pint=           yes
 PLIST.sm3600=          yes
 .endif
 
+LIBS.SunOS+=   -lresolv -lnsl -lsocket
+
 OWN_DIRS+=     ${PKG_SYSCONFDIR}/sane.d
 EGDIR=         ${PREFIX}/share/examples/sane
 .for f in abaton.conf agfafocus.conf apple.conf artec.conf \



Home | Main Index | Thread Index | Old Index