summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-09-09 09:46:38 +0000
committernia <nia@pkgsrc.org>2019-09-09 09:46:38 +0000
commitd84fd77fd099d6d7344293ecf28a4ea730d48128 (patch)
tree0f3b91b8b5953c70237060c20b74493062f5f1d4
parentddf8a7daad6058aa1e37e2779cae3076442944c1 (diff)
downloadpkgsrc-d84fd77fd099d6d7344293ecf28a4ea730d48128.tar.gz
flite: Add networking libs on SunOS
-rw-r--r--audio/flite/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile
index 2e754a49ffe..27d58286b95 100644
--- a/audio/flite/Makefile
+++ b/audio/flite/Makefile
@@ -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 @@ MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+LDFLAGS.SunOS+= -lsocket -lnsl
+
INSTALLATION_DIRS+= bin include/flite lib share/doc/flite
do-install: