summaryrefslogtreecommitdiffstats
path: root/src/libsoup-1-fixes.patch
blob: c65b7d6ae52ed60c6f8abcb243b4b29ca7624fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
This file is part of MXE. See LICENSE.md for licensing information.

Contains ad hoc patches for cross building.

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Pavel Vatagin <pavelvat@gmail.com>
Date: Sat, 18 Feb 2017 20:26:34 +0300
Subject: [PATCH] fix build


diff --git a/Makefile.am b/Makefile.am
index 1111111..2222222 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = libsoup po tests examples docs build/win32
+SUBDIRS = libsoup tests docs build/win32
 
 EXTRA_DIST =				\
 	data/effective_tld_names.dat	\
diff --git a/autogen.sh b/autogen.sh
index 1111111..2222222 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,13 +19,6 @@ if test -z $INTLTOOLIZE; then
         exit 1
 fi
 
-GTKDOCIZE=`which gtkdocize`
-if test -z $GTKDOCIZE; then
-        echo "*** No GTK-Doc found, please install it ***"
-        exit 1
-fi
-
-gtkdocize || exit $?
 intltoolize --automake --copy
 autoreconf --force --install --verbose
 
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 1111111..2222222 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -77,7 +77,6 @@ GTKDOC_LIBS =						\
 	$(GLIB_LIBS)
 
 # include common portion ...
-include $(top_srcdir)/gtk-doc.make
 
 # kludges
 $(srcdir)/tmpl/*.sgml: