pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/flite flite: Add networking libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d6b4ae0b675
branches:  trunk
changeset: 339247:8d6b4ae0b675
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 09 09:46:38 2019 +0000

description:
flite: Add networking libs on SunOS

diffstat:

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

diffs (18 lines):

diff -r 1142bae74ee5 -r 8d6b4ae0b675 audio/flite/Makefile
--- a/audio/flite/Makefile      Mon Sep 09 09:38:36 2019 +0000
+++ b/audio/flite/Makefile      Mon Sep 09 09:46:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/09/07 11:42:49 nia Exp $
+# $NetBSD: Makefile,v 1.11 2019/09/09 09:46:38 nia Exp $
 #
 
 DISTNAME=      flite-2.1-release
@@ -17,6 +17,8 @@
 USE_TOOLS+=    gmake
 GNU_CONFIGURE= yes
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 INSTALLATION_DIRS+=    bin include/flite lib share/doc/flite
 
 do-install:



Home | Main Index | Thread Index | Old Index