From 9c4b7b5624a03359915de9b5dac18927479e1fcc Mon Sep 17 00:00:00 2001 From: avl Date: Sun, 6 Sep 2009 07:37:44 +0000 Subject: Update to 0.6.5. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12781 df743ca5-7f9a-e211-a948-0013205c9059 --- .../gobject-introspection/files/patch-gir_Makefile.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'devel/gobject-introspection/files/patch-gir_Makefile.in') diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in index fcd06d9a9..87ed2f06b 100644 --- a/devel/gobject-introspection/files/patch-gir_Makefile.in +++ b/devel/gobject-introspection/files/patch-gir_Makefile.in @@ -12,21 +12,3 @@ $(srcdir)/glib-2.0.c \ -DGLIB_COMPILATION \ $(GLIB_INCLUDEDIR)/glib/*.h -@@ -753,7 +752,7 @@ GObject-2.0.gir: GLib-2.0.gir $(SCANNER_ - --noclosure \ - --output $@ \ - --strip-prefix=g \ -- --libtool="$(LIBTOOL_LIBTOOL)" \ -+ --libtool="$(LIBTOOL)" \ - --c-include="glib-object.h" \ - --include=GLib-2.0 \ - --library=$(GOBJECT_LIBRARY) \ -@@ -773,7 +772,7 @@ GModule-2.0.gir: GLib-2.0.gir $(SCANNER_ - --noclosure \ - --output $@ \ - --strip-prefix=g \ -- --libtool="$(LIBTOOL_LIBTOOL)" \ -+ --libtool="$(LIBTOOL)" \ - --c-include="gmodule.h" \ - --include=GLib-2.0 \ - --library=$(GMODULE_LIBRARY) \ -- cgit