pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/liblo



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Thu Sep 15 13:56:58 UTC 2016

Modified Files:
        pkgsrc/audio/liblo: Makefile

Log Message:
link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/liblo/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/liblo/Makefile
diff -u pkgsrc/audio/liblo/Makefile:1.1 pkgsrc/audio/liblo/Makefile:1.2
--- pkgsrc/audio/liblo/Makefile:1.1     Mon Jun 20 08:09:40 2016
+++ pkgsrc/audio/liblo/Makefile Thu Sep 15 13:56:58 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/20 08:09:40 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/15 13:56:58 wiedi Exp $
 #
 
 DISTNAME=      liblo-0.28
@@ -27,6 +27,7 @@ SUBST_SED.conf=               -e 's,-lpthread,$${PTHR
 SUBST_STAGE.conf=      post-patch
 SUBST_VARS.conf=       PTHREAD_CFLAGS PTHREAD_LDFLAGS PTHREAD_LIBS
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/resolv.buildlink3.mk"



Home | Main Index | Thread Index | Old Index