bab74078a9
commit includes the various ports festival can work with. Big thanks to Trevor for putting in all the time to port these! PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189 21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197 21198, 21199, 21200, 21201 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD pkgsrc
21 lines
597 B
Plaintext
21 lines
597 B
Plaintext
$NetBSD: patch-aa,v 1.2 1999/10/11 14:13:49 proff Exp $
|
|
|
|
--- festival/config/config Mon Oct 11 07:48:44 1999
|
|
+++ festival/config/config Mon Oct 11 05:48:33 1999
|
|
@@ -20,7 +20,7 @@
|
|
## You may need to set this explicitly if automounter or NFS
|
|
## side effects cause problems
|
|
|
|
-FESTIVAL_HOME := $(shell (cd $(TOP); pwd))
|
|
+FESTIVAL_HOME := $(PKG_FESTIVAL_HOME)
|
|
|
|
###########################################################################
|
|
## Feature selection.
|
|
@@ -70,3 +70,6 @@
|
|
## in config/configs/default.mak.
|
|
|
|
|
|
+ALSO_INCLUDE += OGIcommon
|
|
+ALSO_INCLUDE += OGIdbase
|
|
+ALSO_INCLUDE += OGIresLPC
|