pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ccxstream Add missing network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a628d6e7bb6
branches:  trunk
changeset: 629817:2a628d6e7bb6
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon Jan 27 23:12:14 2014 +0000

description:
Add missing network libs on SunOS

diffstat:

 multimedia/ccxstream/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b9eb0f9511b6 -r 2a628d6e7bb6 multimedia/ccxstream/Makefile
--- a/multimedia/ccxstream/Makefile     Mon Jan 27 22:48:15 2014 +0000
+++ b/multimedia/ccxstream/Makefile     Mon Jan 27 23:12:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/07/15 02:02:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/27 23:12:14 wiedi Exp $
 #
 
 DISTNAME=      ccxstream-1.0.15
@@ -15,6 +15,8 @@
 DOCDIR=                        share/doc/ccxstream
 INSTALLATION_DIRS=     bin ${DOCDIR}
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/ccxstream ${DESTDIR}${PREFIX}/bin/
        ${INSTALL_PROGRAM} ${WRKSRC}/ccxtest ${DESTDIR}${PREFIX}/bin/



Home | Main Index | Thread Index | Old Index