From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- linphone/files/disable-gtk-doc.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'linphone/files/disable-gtk-doc.patch') diff --git a/linphone/files/disable-gtk-doc.patch b/linphone/files/disable-gtk-doc.patch index e69de29bb2..c616037244 100644 --- a/linphone/files/disable-gtk-doc.patch +++ b/linphone/files/disable-gtk-doc.patch @@ -0,0 +1,14 @@ +--- linphone-0.12.2/configure.in 2004-03-31 21:22:55.000000000 +0100 ++++ linphone-0.12.2.hh1/configure.in 2004-08-31 19:44:48.000000000 +0100 +@@ -313,7 +358,10 @@ + fi + + AC_SUBST(HTML_DIR) +-PKG_CHECK_MODULES(GTK_DOC,gtk-doc >= 0.4, enable_gtk_doc=yes,enable_gtk_doc=no ) ++AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc enable documentation build]) ++if test "x$enable_gtk_doc" != "xno" ; then ++ PKG_CHECK_MODULES(GTK_DOC,gtk-doc >= 0.4, enable_gtk_doc=yes,enable_gtk_doc=no ) ++fi + AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes ) + + LINPHONE_CFLAGS="$GLIB_CFLAGS -I${includedir} -I${includedir}/linphone -I${includedir}/osipua -I${includedir}/ortp " -- cgit 1.2.3-korg