diff options
Diffstat (limited to 'graphics/inkscape/files/patch-configure')
-rw-r--r-- | graphics/inkscape/files/patch-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/inkscape/files/patch-configure b/graphics/inkscape/files/patch-configure deleted file mode 100644 index 35d18d8c5..000000000 --- a/graphics/inkscape/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- 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; - } |