pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/drawpile



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 20 01:19:28 UTC 2026

Modified Files:
        pkgsrc/graphics/drawpile: Makefile

Log Message:
drawpile: Needs socket lib on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/drawpile/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/drawpile/Makefile
diff -u pkgsrc/graphics/drawpile/Makefile:1.38 pkgsrc/graphics/drawpile/Makefile:1.39
--- pkgsrc/graphics/drawpile/Makefile:1.38      Thu May 14 16:41:09 2026
+++ pkgsrc/graphics/drawpile/Makefile   Sat Jun 20 01:19:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2026/05/14 16:41:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2026/06/20 01:19:28 nia Exp $
 
 DISTNAME=      Drawpile-2.1.17
 PKGNAME=       ${DISTNAME:tl}
@@ -17,6 +17,8 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+LDFLAGS.SunOS+=        -lsocket
+
 CMAKE_CONFIGURE_ARGS+= -DINITSYS=""
 CMAKE_CONFIGURE_ARGS+=  -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 



Home | Main Index | Thread Index | Old Index