wok diff liblognorm/stuff/liblognorm-build-fix.patch @ rev 23753

updated xine-lib, xine-lib-dev and xine fonts again (1.2.9 -> 1.2.10)
author Hans-G?nter Theisgen
date Fri May 01 16:24:55 2020 +0100 (2020-05-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/liblognorm/stuff/liblognorm-build-fix.patch	Fri May 01 16:24:55 2020 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- liblognorm-0.3.2-ori/src/Makefile.am
     1.5 ++++ liblognorm-0.3.2/src/Makefile.am
     1.6 +@@ -9,7 +9,7 @@
     1.7 + bin_PROGRAMS = normalizer
     1.8 + normalizer_SOURCES = normalizer.c
     1.9 + normalizer_CPPFLAGS =  -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBESTR_CFLAGS)
    1.10 +-normalizer_LDADD = $(LIBEE_LIBS) $(LIBLOGNORM_LIBS) $(LIBESTR_LIBS)
    1.11 ++normalizer_LDADD = $(LIBEE_LIBS) liblognorm.la $(LIBESTR_LIBS)
    1.12 + 
    1.13 + lib_LTLIBRARIES = liblognorm.la
    1.14 +