pkgsrc/devel/gobject-introspection/patches/patch-ac
drochner 064b31e303 update to 1.36.0, mostly from Patrick Welche
This switches to the new stable release branch.
2013-05-05 09:20:44 +00:00

27 lines
1.1 KiB
Text

$NetBSD: patch-ac,v 1.2 2013/05/05 09:20:44 drochner Exp $
--- tests/scanner/Regress-1.0-expected.gir.orig 2013-03-06 22:53:19.000000000 +0000
+++ tests/scanner/Regress-1.0-expected.gir
@@ -1403,7 +1403,7 @@ uses a C sugar return type.</doc>
<type name="FooObject" c:type="RegressFooObject*"/>
</instance-parameter>
<parameter name="time" transfer-ownership="none">
- <type name="glong" c:type="time_t"/>
+ <type name="@TIMET_CTYPE@" c:type="time_t"/>
</parameter>
</parameters>
</method>
@@ -6007,11 +6007,11 @@ https://bugzilla.gnome.org/show_bug.cgi?
</function>
<function name="test_timet" c:identifier="regress_test_timet">
<return-value transfer-ownership="none">
- <type name="glong" c:type="time_t"/>
+ <type name="@TIMET_CTYPE@" c:type="time_t"/>
</return-value>
<parameters>
<parameter name="in" transfer-ownership="none">
- <type name="glong" c:type="time_t"/>
+ <type name="@TIMET_CTYPE@" c:type="time_t"/>
</parameter>
</parameters>
</function>