pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/libpurple libpurple: needs -lnsl on SunOS. from w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/acc1ad3deb1f
branches: trunk
changeset: 336416:acc1ad3deb1f
user: maya <maya%pkgsrc.org@localhost>
date: Sat Jul 13 22:00:27 2019 +0000
description:
libpurple: needs -lnsl on SunOS. from wilbury.
diffstat:
chat/libpurple/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 227ca5c7f32d -r acc1ad3deb1f chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common Sat Jul 13 21:41:37 2019 +0000
+++ b/chat/libpurple/Makefile.common Sat Jul 13 22:00:27 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2018/04/16 21:13:28 wiz Exp $
+# $NetBSD: Makefile.common,v 1.50 2019/07/13 22:00:27 maya Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
@@ -44,6 +44,7 @@
CPPFLAGS.SunOS+= -D__EXTENSIONS__
CFLAGS.SunOS+= -Wno-error=implicit-function-declaration
+LDFLAGS.SunOS+= -lnsl
PKGCONFIG_OVERRIDE+= finch/finch.pc.in
PKGCONFIG_OVERRIDE+= finch/libgnt/gnt.pc.in
Home |
Main Index |
Thread Index |
Old Index