pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/spdlog spdlog: needs -lsocket on SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/67d444995f30
branches: trunk
changeset: 377767:67d444995f30
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Apr 24 19:53:22 2022 +0000
description:
spdlog: needs -lsocket on SunOS
diffstat:
devel/spdlog/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1e0018f1d539 -r 67d444995f30 devel/spdlog/Makefile
--- a/devel/spdlog/Makefile Sun Apr 24 19:50:30 2022 +0000
+++ b/devel/spdlog/Makefile Sun Apr 24 19:53:22 2022 +0000
@@ -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 @@
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