a2719a456c
(including fixing lots of PLISTs). Changes since 1.4.0, from the NEWS file: . SSFF (for emulabel) track support . Java fixes . various minor bug fixes . WFST with proper quoting . Wagon sample counts . gcc-2.95.1 support Also use newer distfile for mbrola. Addresses pkg/10671.
54 lines
1.7 KiB
Text
54 lines
1.7 KiB
Text
$NetBSD: patch-ad,v 1.3 2001/07/18 15:19:36 wiz Exp $
|
|
|
|
--- speech_tools/config/config.orig Tue Jul 17 16:03:21 2001
|
|
+++ speech_tools/config/config
|
|
@@ -15,7 +15,7 @@
|
|
## You may need to set this explicitly if automounter or NFS
|
|
## side effects cause problems
|
|
|
|
-EST_HOME := $(shell (cd $(EST); pwd))
|
|
+EST_HOME := $(PKG_EST_HOME)
|
|
|
|
###########################################################################
|
|
## System type.
|
|
@@ -28,15 +28,19 @@
|
|
##
|
|
## Examples: sparc_SunOS5 intel_Linux2.0
|
|
|
|
-SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV)
|
|
+#SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV)
|
|
+# unforunately the above does not fit in well with NetBSD's multiple
|
|
+# architectures and frequent changes of revision level (for people running
|
|
+# NetBSD-current)
|
|
+SYSTEM_TYPE=NetBSD
|
|
|
|
###########################################################################
|
|
## Compiler.
|
|
## The definitions are in compilers/$(COMPILER).mak
|
|
## Examples: gcc suncc egcs gcc28
|
|
|
|
-COMPILER=gcc
|
|
-
|
|
+#COMPILER=gcc
|
|
+COMPILER=$(PKG_COMPILER)
|
|
###########################################################################
|
|
## Java system to use if you include the Java interface.
|
|
## Examples jdk
|
|
@@ -77,13 +81,15 @@
|
|
## specify a program to play files in a desired format.
|
|
|
|
## NCD's network audio system, This is recommended.
|
|
-# INCLUDE_MODULES += NAS_AUDIO
|
|
+INCLUDE_MODULES += NAS_AUDIO
|
|
|
|
## Elightenment Sound Demon, for KDE etc.
|
|
# INCLUDE_MODULES += ESD_AUDIO
|
|
|
|
## Native audio for your platform (sun, linux, freebsd, irix, windows)
|
|
-INCLUDE_MODULES += NATIVE_AUDIO
|
|
+# INCLUDE_MODULES += NATIVE_AUDIO
|
|
+# The NetBSD pkg doesn't support native audio at this time. NAS is
|
|
+# superior for most applications.
|
|
|
|
## Special code to run Windows MPLAYER
|
|
# INCLUDE_MODULES += MPLAYER_AUDIO
|