Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cmusfm cmusfm: link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8710ff59fbed
branches:  trunk
changeset: 430416:8710ff59fbed
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Thu Apr 30 21:49:00 2020 +0000

description:
cmusfm: link network libs on SunOS

diffstat:

 audio/cmusfm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r dc28e66e4944 -r 8710ff59fbed audio/cmusfm/Makefile
--- a/audio/cmusfm/Makefile     Thu Apr 30 21:15:17 2020 +0000
+++ b/audio/cmusfm/Makefile     Thu Apr 30 21:49:00 2020 +0000
@@ -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 @@
 
 TEST_TARGET=           check
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -i
 



Home | Main Index | Thread Index | Old Index