pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/cmusfm



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Thu Apr 30 21:49:01 UTC 2020

Modified Files:
        pkgsrc/audio/cmusfm: Makefile

Log Message:
cmusfm: link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/cmusfm/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/cmusfm/Makefile
diff -u pkgsrc/audio/cmusfm/Makefile:1.1 pkgsrc/audio/cmusfm/Makefile:1.2
--- pkgsrc/audio/cmusfm/Makefile:1.1    Tue Apr 14 04:35:50 2020
+++ pkgsrc/audio/cmusfm/Makefile        Thu Apr 30 21:49:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/14 04:35:50 tpaul Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/30 21:49:00 wiedi Exp $
 
 DISTNAME=      cmusfm-0.3.3
 CATEGORIES=    audio
@@ -21,6 +21,8 @@ DOCDIR=                       ${PREFIX}/share/doc/cmusfm
 
 TEST_TARGET=           check
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -i
 



Home | Main Index | Thread Index | Old Index