summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/inkscape/files/inkscape-0.48.4-automake-1.13.patch')
-rw-r--r--media-gfx/inkscape/files/inkscape-0.48.4-automake-1.13.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-gfx/inkscape/files/inkscape-0.48.4-automake-1.13.patch b/media-gfx/inkscape/files/inkscape-0.48.4-automake-1.13.patch
new file mode 100644
index 000000000000..6d649da99dea
--- /dev/null
+++ b/media-gfx/inkscape/files/inkscape-0.48.4-automake-1.13.patch
@@ -0,0 +1,21 @@
+From: Julian Ospald <hasufell@gentoo.org>
+Date: Thu Apr 25 15:06:01 UTC 2013
+Subject: fix building with automake-1.3
+
+--- inkscape-0.48.4/configure.ac
++++ inkscape-0.48.4/configure.ac
+@@ -21,12 +21,12 @@
+ export CC CXX
+ ])
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AC_LANG(C++)
+ AC_ISC_POSIX
+ AC_PROG_CXX
+-AM_PROG_CC_STDC
++AC_PROG_CC
+ AM_PROG_AS
+ AC_PROG_RANLIB
+ AC_PROG_INTLTOOL(0.22)