summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gobject-introspection/pathfix.patch
blob: d640ddba17d654949df287977b76b058b61348ca (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
Index: git/gir/Makefile.am
===================================================================
--- git.orig/gir/Makefile.am	2009-05-12 14:37:40.000000000 +0100
+++ git/gir/Makefile.am	2009-05-12 14:37:40.000000000 +0100
@@ -40,7 +40,7 @@
 	    -I$(GLIB_LIBDIR)/glib-2.0/include \
 	    -DGETTEXT_PACKAGE=Dummy \
 	    -D__G_I18N_LIB_H__ \
-	    $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \
+	    $(GLIB_INCLUDEDIR)/glibconfig.h \
 	    $(srcdir)/glib-2.0.c \
 	    $(GLIB_INCLUDEDIR)/glib/*.h
 	$(SCANNER) $(SCANNER_ARGS) \
Index: git/giscanner/dumper.py
===================================================================
--- git.orig/giscanner/dumper.py	2009-05-12 14:37:40.000000000 +0100
+++ git/giscanner/dumper.py	2009-05-12 14:37:40.000000000 +0100
@@ -79,7 +79,7 @@
         self._tmpdir = tempfile.mkdtemp('', 'tmp-introspect')
 
         self._compiler_cmd = os.environ.get('CC', 'gcc')
-        self._linker_cmd = os.environ.get('LD', self._compiler_cmd)
+        self._linker_cmd = os.environ.get('CCLD', self._compiler_cmd)
         self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config')
 
         self._uninst_srcdir = os.environ.get(
Index: git/giscanner/scannermain.py
===================================================================
--- git.orig/giscanner/scannermain.py	2009-05-12 14:37:40.000000000 +0100
+++ git/giscanner/scannermain.py	2009-05-12 14:37:40.000000000 +0100
@@ -282,6 +282,7 @@
     shown_include_warning = False
     for include in options.includes:
         if os.sep in include:
+            continue
             raise ValueError("Invalid include path %r" % (include, ))
         include_obj = Include.from_string(include)
         transformer.register_include(include_obj)
Index: git/configure.ac
===================================================================
--- git.orig/configure.ac	2009-05-12 14:37:40.000000000 +0100
+++ git/configure.ac	2009-05-12 14:38:01.000000000 +0100
@@ -191,7 +191,9 @@
 esac
 AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR([Python headers not found]))
 
-SHAVE_INIT([scripts])
+SHAVE_SAVED_LIBTOOL=$LIBTOOL
+AC_SUBST(SHAVE_SAVED_LIBTOOL)
+
 AC_CONFIG_FILES([
 Makefile
 gir/Makefile