summaryrefslogtreecommitdiffstats
path: root/main/inkscape
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-12-31 21:45:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-12-31 21:45:06 +0000
commitfa8c5cfd27b0b4a5f1a9cd750e36c59c73546229 (patch)
tree347c47a39fbb3664b43cb778326155e39782593e /main/inkscape
parentf2dbb9386522c3aaf159bdaa800fdac95f0182af (diff)
downloadaports-fcolista-fa8c5cfd27b0b4a5f1a9cd750e36c59c73546229.tar.bz2
aports-fcolista-fa8c5cfd27b0b4a5f1a9cd750e36c59c73546229.tar.xz
main/inkscape: add missing patch
Diffstat (limited to 'main/inkscape')
-rw-r--r--main/inkscape/automake.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/inkscape/automake.patch b/main/inkscape/automake.patch
new file mode 100644
index 0000000000..a94c407d80
--- /dev/null
+++ b/main/inkscape/automake.patch
@@ -0,0 +1,16 @@
+--- ./configure.ac.orig 2012-12-31 15:32:03.581207131 +0000
++++ ./configure.ac 2012-12-31 15:32:21.508031596 +0000
+@@ -21,12 +21,11 @@
+ export CC CXX
+ ])
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+ AC_LANG(C++)
+ AC_ISC_POSIX
+ AC_PROG_CXX
+-AM_PROG_CC_STDC
+ AM_PROG_AS
+ AC_PROG_RANLIB
+ AC_PROG_INTLTOOL(0.22)