]> git.pld-linux.org Git - packages/crossmingw32-pango.git/commitdiff
- finally not used
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Mar 2007 20:34:29 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-pango-noexamples.patch -> 1.2
    crossmingw32-pango-static.patch -> 1.2

crossmingw32-pango-noexamples.patch [deleted file]
crossmingw32-pango-static.patch [deleted file]

diff --git a/crossmingw32-pango-noexamples.patch b/crossmingw32-pango-noexamples.patch
deleted file mode 100644 (file)
index b680b28..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-diff -urN pango-1.14.10/Makefile.am pango-1.14.10.new/Makefile.am
---- pango-1.14.10/Makefile.am  2007-01-03 09:19:54.000000000 +0100
-+++ pango-1.14.10.new/Makefile.am      2007-02-19 16:16:21.015521883 +0100
-@@ -1,6 +1,6 @@
- ## Process this file with automake to create Makefile.in.
--SUBDIRS= pango modules examples docs tools tests
-+SUBDIRS= pango
- EXTRA_DIST =                  \
-       autogen.sh              \
-diff -urN pango-1.14.10/Makefile.am~ pango-1.14.10.new/Makefile.am~
---- pango-1.14.10/Makefile.am~ 1970-01-01 01:00:00.000000000 +0100
-+++ pango-1.14.10.new/Makefile.am~     2007-02-19 16:12:48.785521883 +0100
-@@ -0,0 +1,73 @@
-+## Process this file with automake to create Makefile.in.
-+
-+SUBDIRS= pango modules
-+
-+EXTRA_DIST =                  \
-+      autogen.sh              \
-+      pango.pc.in             \
-+      pangocairo.pc.in        \
-+      pangox.pc.in            \
-+      pangoxft.pc.in          \
-+      pangoft2.pc.in          \
-+      pangowin32.pc.in        \
-+      pango-uninstalled.pc.in         \
-+      pangocairo-uninstalled.pc.in    \
-+      pangox-uninstalled.pc.in        \
-+      pangoxft-uninstalled.pc.in      \
-+      pangoft2-uninstalled.pc.in      \
-+      pangowin32-uninstalled.pc.in    \
-+      ChangeLog.pre-1-0       \
-+      ChangeLog.pre-1-2       \
-+      ChangeLog.pre-1-4       \
-+      ChangeLog.pre-1-6       \
-+      ChangeLog.pre-1-8       \
-+      ChangeLog.pre-1-10      \
-+      ChangeLog.pre-1-12      \
-+      ChangeLog.pre-1-14      \
-+      MAINTAINERS             \
-+      HACKING                 \
-+      README.win32            \
-+      pango-zip.sh            \
-+      sanitize-la.sh
-+MAINTAINERCLEANFILES = \
-+      $(srcdir)/INSTALL \
-+      $(srcdir)/aclocal.m4 \
-+      $(srcdir)/autoscan.log \
-+      $(srcdir)/compile \
-+      $(srcdir)/config.guess \
-+      $(srcdir)/config.h.in \
-+      $(srcdir)/config.sub \
-+      $(srcdir)/configure.scan \
-+      $(srcdir)/depcomp \
-+      $(srcdir)/install-sh \
-+      $(srcdir)/ltmain.sh \
-+      $(srcdir)/missing \
-+      $(srcdir)/mkinstalldirs \
-+      $(srcdir)/omf.make \
-+      $(srcdir)/xmldocs.make \
-+      `find "$(srcdir)" -type f -name Makefile.in -print`
-+
-+pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfig_DATA = pango.pc
-+
-+if HAVE_CAIRO
-+pkgconfig_DATA += pangocairo.pc
-+endif
-+
-+if HAVE_X
-+pkgconfig_DATA += pangox.pc
-+endif
-+
-+if HAVE_XFT
-+pkgconfig_DATA += pangoxft.pc
-+endif
-+
-+if HAVE_FREETYPE
-+pkgconfig_DATA += pangoft2.pc
-+endif
-+
-+if HAVE_WIN32
-+pkgconfig_DATA += pangowin32.pc
-+endif
-+
-+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
diff --git a/crossmingw32-pango-static.patch b/crossmingw32-pango-static.patch
deleted file mode 100644 (file)
index a8a3dfc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN pango-1.14.10/configure.in pango-1.14.10.new/configure.in
---- pango-1.14.10/configure.in 2007-01-29 22:17:39.000000000 +0100
-+++ pango-1.14.10.new/configure.in     2007-02-20 22:03:56.914555570 +0100
-@@ -634,17 +634,17 @@
- # Note that -module isn't included here since automake needs to see it to know
- # that something like pango-arabic-fc.la is a valid libtool archive
- #
--LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO"
-+LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO -static"
- MODULE_LIBTOOL_OPTIONS="-export-dynamic -avoid-version"
- if test "$pango_os_win32" = yes; then
-     # We currently use .def files on Windows
-     true
--    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined"
-+    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined -static"
-     MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS -no-undefined"
- else
-     # libtool option to control which symbols are exported
-     # right now, symbols starting with '_' are not exported
--    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.*"'
-+    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.* -static"'
-     MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS "'-export-symbols-regex "^script_engine_.*"'
- fi
- AC_SUBST(LIBRARY_LIBTOOL_OPTIONS)
This page took 0.84442 seconds and 4 git commands to generate.