pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/flite



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 09:46:38 UTC 2019

Modified Files:
        pkgsrc/audio/flite: Makefile

Log Message:
flite: Add networking libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/flite/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/flite/Makefile
diff -u pkgsrc/audio/flite/Makefile:1.10 pkgsrc/audio/flite/Makefile:1.11
--- pkgsrc/audio/flite/Makefile:1.10    Sat Sep  7 11:42:49 2019
+++ pkgsrc/audio/flite/Makefile Mon Sep  9 09:46:38 2019
@@ -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:



Home | Main Index | Thread Index | Old Index