pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libmpdclient



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 28 20:49:27 UTC 2018

Modified Files:
        pkgsrc/audio/libmpdclient: Makefile

Log Message:
libmpdclient: link socket lib on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/libmpdclient/Makefile

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

Modified files:

Index: pkgsrc/audio/libmpdclient/Makefile
diff -u pkgsrc/audio/libmpdclient/Makefile:1.11 pkgsrc/audio/libmpdclient/Makefile:1.12
--- pkgsrc/audio/libmpdclient/Makefile:1.11     Sun Feb 25 20:56:05 2018
+++ pkgsrc/audio/libmpdclient/Makefile  Fri Sep 28 20:49:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/02/25 20:56:05 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/09/28 20:49:26 wiedi Exp $
 
 DISTNAME=      libmpdclient-2.14
 CATEGORIES=    audio
@@ -10,5 +10,7 @@ HOMEPAGE=     http://mpd.wikia.com/wiki/Clie
 COMMENT=       Asynchronous API library for interfacing MPD
 LICENSE=       modified-bsd
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../devel/py-meson/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index