libthai/libthai-0.1.9-libdatrie-0.1.1-build-static.patch

41 lines
1.4 KiB
Diff
Raw Normal View History

--- libthai-0.1.7/src/Makefile.am.static-build 2006-05-04 06:14:27.000000000 -0400
+++ libthai-0.1.7/src/Makefile.am 2007-01-18 00:22:06.000000000 -0500
2007-08-28 20:49:49 +00:00
@@ -24,7 +24,8 @@
$(top_builddir)/src/thwchar/libthwchar.la \
$(top_builddir)/src/thwctype/libthwctype.la \
$(top_builddir)/src/thwstr/libthwstr.la \
- $(top_builddir)/src/thwbrk/libthwbrk.la
+ $(top_builddir)/src/thwbrk/libthwbrk.la \
+ $(DATRIE_LIBS)
2007-08-28 20:49:49 +00:00
libthai_la_LDFLAGS = -no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-export-symbols $(srcdir)/libthai.def
--- libthai-0.1.7/src/thbrk/Makefile.am.static-build 2006-10-14 02:38:56.000000000 -0400
+++ libthai-0.1.7/src/thbrk/Makefile.am 2007-01-18 00:22:06.000000000 -0500
@@ -13,5 +13,4 @@
brk-maximal.c \
brk-maximal.h
-libthbrk_la_LIBADD = $(DATRIE_LIBS)
--- libthai-0.1.7/libdatrie-0.1.1/datrie/Makefile.am.static-build 2006-09-02 10:12:54.000000000 -0400
+++ libthai-0.1.7/libdatrie-0.1.1/datrie/Makefile.am 2007-01-18 00:22:06.000000000 -0500
@@ -8,7 +8,7 @@
INCLUDES = -I$(top_srcdir)
-lib_LTLIBRARIES = libdatrie.la
+noinst_LTLIBRARIES = libdatrie.la
libdatrie_la_SOURCES = \
typedefs.h \
--- libthai-0.1.7/libthai.pc.in.static-build 2007-01-18 01:38:29.000000000 -0500
+++ libthai-0.1.7/libthai.pc.in 2007-01-18 01:38:38.000000000 -0500
@@ -6,6 +6,5 @@
Name: libthai
Description: Thai support library
Version: @VERSION@
-Requires: datrie
Libs: -L${libdir} -lthai
Cflags: -I${includedir}