summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-30 06:54:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-30 06:54:21 +0800
commitbe9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1 (patch)
treee31788b3aa7608c5ad3f0e62cd47de1c5b5b6bf3 /devel/gobject-introspection/files
parent1228956653f95c9721712e1393f4e0eca41e43db (diff)
downloadmarcuscom-ports-be9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1.tar
marcuscom-ports-be9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1.tar.gz
marcuscom-ports-be9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1.tar.bz2
marcuscom-ports-be9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1.tar.lz
marcuscom-ports-be9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1.tar.xz
marcuscom-ports-be9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1.tar.zst
marcuscom-ports-be9789bc7583fe8eb318d5a90d4b32a7d8fa6ef1.zip
Update to 0.6.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12762 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/files')
-rw-r--r--devel/gobject-introspection/files/patch-configure13
-rw-r--r--devel/gobject-introspection/files/patch-gir_Makefile.in26
2 files changed, 22 insertions, 17 deletions
diff --git a/devel/gobject-introspection/files/patch-configure b/devel/gobject-introspection/files/patch-configure
deleted file mode 100644
index 8e8f24b41..000000000
--- a/devel/gobject-introspection/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig 2009-07-19 23:45:25.000000000 +1000
-+++ configure 2009-07-19 23:45:25.000000000 +1000
-@@ -14709,8 +14709,8 @@
- SHAVE_SAVED_CXX=$CXX
-
-
--CC="\$(SHELL) \$(shavedir)/shave cc '\$(SHAVE_SAVED_CC)'"
--CXX="\$(SHELL) \$(shavedir)/shave cxx '\$(SHAVE_SAVED_CXX)'"
-+CC="\$(SHELL) \$(shavedir)/shave cc \$(SHAVE_SAVED_CC)"
-+CXX="\$(SHELL) \$(shavedir)/shave cxx \$(SHAVE_SAVED_CXX)"
-
-
-
diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in
index f59cc69f2..fcd06d9a9 100644
--- a/devel/gobject-introspection/files/patch-gir_Makefile.in
+++ b/devel/gobject-introspection/files/patch-gir_Makefile.in
@@ -1,6 +1,6 @@
---- gir/Makefile.in.orig 2009-07-19 23:45:25.000000000 +1000
-+++ gir/Makefile.in 2009-07-19 23:45:50.000000000 +1000
-@@ -676,10 +676,9 @@
+--- gir/Makefile.in.orig 2009-08-29 18:41:56.000000000 -0400
++++ gir/Makefile.in 2009-08-29 18:49:29.000000000 -0400
+@@ -737,10 +737,9 @@ GLib-2.0.gir: $(SCANNER_BIN) $(SCANNER_L
--pkg glib-2.0 \
$(CPPFLAGS) \
-I$(GLIB_INCLUDEDIR) \
@@ -10,5 +10,23 @@
- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \
+ $(GLIB_INCLUDEDIR)/glibconfig.h \
$(srcdir)/glib-2.0.c \
+ -DGLIB_COMPILATION \
$(GLIB_INCLUDEDIR)/glib/*.h
- $(SCANNER) $(SCANNER_ARGS) \
+@@ -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) \