pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/qpdfview



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 17 17:16:14 UTC 2025

Modified Files:
        pkgsrc/print/qpdfview: Makefile

Log Message:
qpdfview: Fix build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/print/qpdfview/Makefile

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

Modified files:

Index: pkgsrc/print/qpdfview/Makefile
diff -u pkgsrc/print/qpdfview/Makefile:1.140 pkgsrc/print/qpdfview/Makefile:1.141
--- pkgsrc/print/qpdfview/Makefile:1.140        Thu Oct 23 20:39:03 2025
+++ pkgsrc/print/qpdfview/Makefile      Wed Dec 17 17:16:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2025/10/23 20:39:03 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2025/12/17 17:16:14 nia Exp $
 
 DISTNAME=      qpdfview-0.4.18
 PKGREVISION=   57
@@ -17,6 +17,8 @@ GCC_REQD+=    8 # std::optional
 USE_TOOLS+=    pkg-config
 USE_LIBTOOL=   yes
 
+LDFLAGS.SunOS+=        -lsocket
+
 INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
 
 do-configure:



Home | Main Index | Thread Index | Old Index