]> git.pld-linux.org Git - packages/pango.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Sat, 13 Apr 2002 10:22:28 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pango-use_system_fribidi.patch -> 1.3

pango-use_system_fribidi.patch [deleted file]

diff --git a/pango-use_system_fribidi.patch b/pango-use_system_fribidi.patch
deleted file mode 100644 (file)
index 6d25db3..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
---- pango-0.24/configure.in~   Tue Feb  5 07:14:16 2002
-+++ pango-0.24/configure.in    Tue Feb  5 07:14:16 2002
-@@ -211,29 +211,29 @@
- FRIBIDI_CFLAGS=""
- FRIBIDI_PC=""
- have_fribidi=no
--#
--#if test "x$with_fribidi" = "xyes" ; then
--#   AC_PATH_PROG(FRIBIDI_CONFIG, fribidi-config, no)
--#   if test x$FRIBIDI_CONFIG = xno ; then
--#     AC_MSG_ERROR([*** fribidi-config not found])
--#   fi
--#
--#   if $FRIBIDI_CONFIG --cflags | grep lib/glib/include > /dev/null ; then
--#     AC_MSG_ERROR([*** fribidi appears to be compiled against GLib-1.2.x.
--#     *** You must compile fribidi with GLib-1.3.1 or better.])
--#   fi
--# 
--#   FRIBIDI_CFLAGS="`$FRIBIDI_CONFIG --cflags`"
--#   CFLAGS="$CFLAGS $FRIBIDI_CFLAGS"
--#   FRIBIDI_LIBS="`$FRIBIDI_CONFIG --libs`"
--#   FRIBIDI_PC="fribidi,"     
--#
--#   AC_CHECK_LIB(fribidi, fribidi_get_mirror_char, :,
--#             AC_MSG_ERROR([*** libfribidi not found.]), $FRIBIDI_LIBS)
--#
--#   AC_DEFINE(HAVE_FRIBIDI)
--#   have_fribidi=yes
--#fi
-+
-+if test "x$with_fribidi" = "xyes" ; then
-+   AC_PATH_PROG(FRIBIDI_CONFIG, fribidi-config, no)
-+   if test x$FRIBIDI_CONFIG = xno ; then
-+     AC_MSG_ERROR([*** fribidi-config not found])
-+   fi
-+
-+   if $FRIBIDI_CONFIG --cflags | grep lib/glib/include > /dev/null ; then
-+     AC_MSG_ERROR([*** fribidi appears to be compiled against GLib-1.2.x.
-+     *** You must compile fribidi with GLib-1.3.1 or better.])
-+   fi
-+ 
-+   FRIBIDI_CFLAGS="`$FRIBIDI_CONFIG --cflags`"
-+   CFLAGS="$CFLAGS $FRIBIDI_CFLAGS"
-+   FRIBIDI_LIBS="`$FRIBIDI_CONFIG --libs`"
-+   FRIBIDI_PC="fribidi,"      
-+
-+   AC_CHECK_LIB(fribidi, fribidi_get_mirror_char, :,
-+              AC_MSG_ERROR([*** libfribidi not found.]), $FRIBIDI_LIBS)
-+
-+   AC_DEFINE(HAVE_FRIBIDI)
-+   have_fribidi=yes
-+fi
- AC_SUBST(FRIBIDI_LIBS)
- AC_SUBST(FRIBIDI_CFLAGS)
---- pango-0.24/pango/Makefile.am~      Tue Feb  5 07:16:15 2002
-+++ pango-0.24/pango/Makefile.am       Tue Feb  5 07:16:15 2002
-@@ -12,6 +12,7 @@
- endif
- if HAVE_FRIBIDI
-+libpango_1_0_la_LIBADD = $(FRIBIDI_LIBS)
- else
- FRIBIDI_SUBDIR = mini-fribidi
- endif
This page took 0.036392 seconds and 4 git commands to generate.