blob: 801aa3fc17b7b3988329792ce1129dd7135fc1ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-ac,v 1.2 2008/01/11 13:50:24 drochner Exp $
--- drivers/espeak/Makefile.in.orig 2007-12-17 20:15:00.000000000 +0100
+++ 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)
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -247,13 +246,13 @@ 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 = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lgnomespeech \
$(gnome_speech_LIBS) \
- -L$(espeak_LIBDIR) \
+ $(espeak_LIBS) \
-lespeak \
- -lstdc++
+ -lstdc++ -lm
espeak_synthesis_driver_SOURCES = \
espeaksynthesisdriver.c \
|