2013-09-26 17:14:40 +02:00

28 lines
929 B
Plaintext

$NetBSD: patch-ac,v 1.5 2009/02/24 15:04:15 wiz Exp $
For separating gnome-speech-espeak into a separate package.
--- drivers/espeak/Makefile.in.orig 2009-02-15 17:43:44.000000000 +0000
+++ drivers/espeak/Makefile.in
@@ -55,7 +55,6 @@ espeak_synthesis_driver_OBJECTS = \
espeak_synthesis_driver_LDADD = $(LDADD)
am__DEPENDENCIES_1 =
espeak_synthesis_driver_DEPENDENCIES = \
- $(top_builddir)/gnome-speech/libgnomespeech.la \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -250,9 +249,10 @@ INCLUDES = -I$(top_srcdir) \
-I$(top_srcdir)/gnome-speech\
$(gnome_speech_CFLAGS) \
$(WARN_CFLAGS) \
- -I$(espeak_INCLUDES)
+ -I$(espeak_INCLUDES) \
+ -I${LOCALBASE}/include/gnome-speech-1.0
-LDADD = $(top_builddir)/gnome-speech/libgnomespeech.la \
+LDADD = -lgnomespeech \
$(gnome_speech_LIBS) \
$(espeak_LIBS)