[arch-commits] Commit in inkscape/repos/extra-x86_64 (perl-5.10.patch)

Eric Belanger eric at archlinux.org
Wed Apr 23 03:31:43 UTC 2008


    Date: Tuesday, April 22, 2008 @ 23:31:43
  Author: eric
Revision: 770

committing patch

Added:
  inkscape/repos/extra-x86_64/perl-5.10.patch

-----------------+
 perl-5.10.patch |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: perl-5.10.patch
===================================================================
--- perl-5.10.patch	                        (rev 0)
+++ perl-5.10.patch	2008-04-23 03:31:43 UTC (rev 770)
@@ -0,0 +1,25 @@
+diff -Naur inkscape-0.46/src/Makefile.am inkscape-0.46-p/src/Makefile.am
+--- inkscape-0.46/src/Makefile.am	2008-03-11 05:44:31.000000000 +0100
++++ inkscape-0.46-p/src/Makefile.am	2008-03-14 22:21:53.000000000 +0100
+@@ -25,7 +25,8 @@
+ 	$(POPPLER_GLIB_CFLAGS)	\
+ 	-DPOTRACE=\"potrace\"	\
+ 	$(INKSCAPE_CFLAGS) \
+-	-I$(top_srcdir)/cxxtest
++	-I$(top_srcdir)/cxxtest \
++	-I$(top_srcdir)/src/extension/script
+
+ include Makefile_insert
+ include application/Makefile_insert
+diff -Naur inkscape-0.46/src/extension/script/inkscape_perl_wrap.cpp inkscape-0.46-p/src/extension/script/inkscape_perl_wrap.cpp
+--- inkscape-0.46/src/extension/script/inkscape_perl_wrap.cpp	2008-03-11 05:20:25.000000000 +0100
++++ inkscape-0.46-p/src/extension/script/inkscape_perl_wrap.cpp	2008-03-14 22:36:24.000000000 +0100
+@@ -724,7 +724,7 @@
+ /* #define SWIG_croakf(x...) { SWIG_SetErrorf(x); goto fail; } */
+
+
+-typedef XS(SwigPerlWrapper);
++typedef XSPROTO(SwigPerlWrapper);
+ typedef SwigPerlWrapper *SwigPerlWrapperPtr;
+
+ /* Structure for command table */





More information about the arch-commits mailing list