]> git.pld-linux.org Git - packages/espeak.git/blob - espeak-Makefile.patch
- try to fix '/usr/lib/libespeak.so.1 is needed by espeak-devel-1.24-1'
[packages/espeak.git] / espeak-Makefile.patch
1 --- espeak-1.24-source/src/Makefile~    2007-05-13 20:46:14.232597788 +0200
2 +++ espeak-1.24-source/src/Makefile     2007-05-13 20:47:22.647829868 +0200
3 @@ -87,7 +87,7 @@
4         $(INSTALL) -m 755 $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)
5         # Install static library
6         $(INSTALL) -m 755 $(STATIC_LIB_NAME) $(DESTDIR)$(LIBDIR)
7 -       $(LN_SF) $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)/$(LIB_NAME).$(LIB_VERSION)
8 +       #$(LN_SF) $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)/$(LIB_NAME).$(LIB_VERSION)
9         $(LN_SF) $(LIB_NAME).$(LIB_VERSION) $(DESTDIR)$(LIBDIR)/$(LIB_NAME)
10         # Install development headers
11         $(INSTALL) -pm 644 speak_lib.h $(DESTDIR)$(INCDIR)
This page took 0.071156 seconds and 4 git commands to generate.