pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/libpurple



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Jul 13 22:00:27 UTC 2019

Modified Files:
        pkgsrc/chat/libpurple: Makefile.common

Log Message:
libpurple: needs -lnsl on SunOS. from wilbury.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/chat/libpurple/Makefile.common

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

Modified files:

Index: pkgsrc/chat/libpurple/Makefile.common
diff -u pkgsrc/chat/libpurple/Makefile.common:1.49 pkgsrc/chat/libpurple/Makefile.common:1.50
--- pkgsrc/chat/libpurple/Makefile.common:1.49  Mon Apr 16 21:13:28 2018
+++ pkgsrc/chat/libpurple/Makefile.common       Sat Jul 13 22:00:27 2019
@@ -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 @@ CONFIGURE_ARGS+=      --disable-vv
 
 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