mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Patch for libiptcdata which disables gtk-doc and allows building static and shared libs
This commit is contained in:
45
media-libs/libiptcdata/patches/libiptcdata-1.0.4.patch
Normal file
45
media-libs/libiptcdata/patches/libiptcdata-1.0.4.patch
Normal file
@@ -0,0 +1,45 @@
|
||||
diff --git a/configure.in b/configure.in
|
||||
index a1c58ab..2d8a3b1 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -1,6 +1,6 @@
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(libiptcdata/iptc-data.h)
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AM_INIT_AUTOMAKE(libiptcdata, 1.0.4)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
@@ -75,7 +75,7 @@ dnl Check for headers (Mac OSX often doesn't have them)
|
||||
AC_CHECK_HEADERS([getopt.h wchar.h iconv.h])
|
||||
|
||||
|
||||
-GTK_DOC_CHECK([1.0])
|
||||
+dnl GTK_DOC_CHECK([1.0])
|
||||
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 192529a..504ed54 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -7,4 +7,4 @@ SUBDIRS = m4 libiptcdata po iptc docs win $(MAYBE_PYTHONLIB)
|
||||
EXTRA_DIST = @PACKAGE@.spec
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||
+DISTCHECK_CONFIGURE_FLAGS =
|
||||
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
|
||||
index f91793a..1f52449 100644
|
||||
--- a/docs/reference/Makefile.am
|
||||
+++ b/docs/reference/Makefile.am
|
||||
@@ -42,7 +42,7 @@ content_files = \
|
||||
libjpeg.sgml \
|
||||
overview.sgml
|
||||
|
||||
-include $(top_srcdir)/gtk-doc.make
|
||||
+include
|
||||
|
||||
-EXTRA_DIST += \
|
||||
+EXTRA_DIST = \
|
||||
version.xml.in
|
||||
Reference in New Issue
Block a user