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: jperkin
Date: Thu Jun 13 13:06:54 UTC 2024
Modified Files:
pkgsrc/audio/flite: Makefile
Log Message:
flite: Ensure build uses -fPIC on SunOS.
Fixes build of dependencies such as audio/qt6-qtspeech.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/audio/flite/Makefile:1.15
--- pkgsrc/audio/flite/Makefile:1.14 Tue Feb 20 18:24:55 2024
+++ pkgsrc/audio/flite/Makefile Thu Jun 13 13:06:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/02/20 18:24:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/06/13 13:06:54 jperkin Exp $
DISTNAME= flite-2.2
PKGREVISION= 2
@@ -17,6 +17,7 @@ MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+CFLAGS.SunOS+= -fPIC
LDFLAGS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS+= bin include/flite lib share/doc/flite
Home |
Main Index |
Thread Index |
Old Index