summaryrefslogtreecommitdiffstats
path: root/graphics/inkscape/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/files/patch-configure')
-rw-r--r--graphics/inkscape/files/patch-configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-configure b/graphics/inkscape/files/patch-configure
new file mode 100644
index 000000000..35d18d8c5
--- /dev/null
+++ b/graphics/inkscape/files/patch-configure
@@ -0,0 +1,23 @@
+--- configure.orig Sat Apr 10 03:28:51 2004
++++ configure Sat Apr 10 04:47:54 2004
+@@ -16589,17 +16589,12 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-/* We use char because int might match the return type of a gcc2
+- builtin and then its argument prototype would still apply. */
+-char dgettext ();
++#include <libintl.h>
++
+ int
+ main ()
+ {
+-dgettext ();
++dgettext ("","");
+ ;
+ return 0;
+ }