pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/spdlog



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 19:53:22 UTC 2022

Modified Files:
        pkgsrc/devel/spdlog: Makefile

Log Message:
spdlog: needs -lsocket on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/spdlog/Makefile

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

Modified files:

Index: pkgsrc/devel/spdlog/Makefile
diff -u pkgsrc/devel/spdlog/Makefile:1.9 pkgsrc/devel/spdlog/Makefile:1.10
--- pkgsrc/devel/spdlog/Makefile:1.9    Wed Apr 20 20:42:45 2022
+++ pkgsrc/devel/spdlog/Makefile        Sun Apr 24 19:53:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/04/20 20:42:45 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/24 19:53:22 tnn Exp $
 
 DISTNAME=              spdlog-1.10.0
 CATEGORIES=            devel
@@ -18,6 +18,8 @@ CMAKE_ARGS+=          -DSPDLOG_BUILD_SHARED=ON
 
 PKGCONFIG_OVERRIDE+=   cmake/spdlog.pc.in
 
+LDFLAGS.SunOS+=                -lsocket
+
 # This doesn't work due to mk/plist bug. See tech-pkg@
 #PLIST_VARS+=          dylib notdylib
 #PLIST.dylib.Darwin=   yes



Home | Main Index | Thread Index | Old Index