summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection/files/patch-tests_Makefile.in
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-11 18:54:35 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-11 18:54:35 +0800
commite1f691357c043956993fafdb22fe25e6b57a7051 (patch)
tree55965f4a88bb0ddd604e4c35b116ab442bc12163 /devel/gobject-introspection/files/patch-tests_Makefile.in
parente0d59c3a6ba045f6927827083283505fa4216f17 (diff)
downloadmarcuscom-ports-e1f691357c043956993fafdb22fe25e6b57a7051.tar
marcuscom-ports-e1f691357c043956993fafdb22fe25e6b57a7051.tar.gz
marcuscom-ports-e1f691357c043956993fafdb22fe25e6b57a7051.tar.bz2
marcuscom-ports-e1f691357c043956993fafdb22fe25e6b57a7051.tar.lz
marcuscom-ports-e1f691357c043956993fafdb22fe25e6b57a7051.tar.xz
marcuscom-ports-e1f691357c043956993fafdb22fe25e6b57a7051.tar.zst
marcuscom-ports-e1f691357c043956993fafdb22fe25e6b57a7051.zip
Update to 0.9.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14561 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/files/patch-tests_Makefile.in')
-rw-r--r--devel/gobject-introspection/files/patch-tests_Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gobject-introspection/files/patch-tests_Makefile.in b/devel/gobject-introspection/files/patch-tests_Makefile.in
new file mode 100644
index 000000000..74966e82b
--- /dev/null
+++ b/devel/gobject-introspection/files/patch-tests_Makefile.in
@@ -0,0 +1,12 @@
+--- tests/Makefile.in.orig 2010-09-11 12:39:37.000000000 +0000
++++ tests/Makefile.in 2010-09-11 12:39:59.000000000 +0000
+@@ -805,7 +805,8 @@
+
+ install-data-local:
+ for src in everything.c everything.h gimarshallingtests.c gimarshallingtests.h; do \
+- install -m 644 -D $$src $(DESTDIR)$(datadir)/gobject-introspection-1.0/tests/$$src; \
++ install -m 644 -d $(DESTDIR)$(datadir)/gobject-introspection-1.0/tests/; \
++ install -m 644 $$src $(DESTDIR)$(datadir)/gobject-introspection-1.0/tests/$$src; \
+ done
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.