aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape/files
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2007-02-09 00:41:03 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2007-02-09 00:41:03 +0000
commit88dd080b015d364620c74ce54abd9aa9f251d107 (patch)
tree637af7958c4f5b26d888e64f7273e6ebf1f2c241 /graphics/inkscape/files
parent8de4fc9fae33e90a71f4b7a149e15660ef88c482 (diff)
downloadports-88dd080b015d364620c74ce54abd9aa9f251d107.tar.gz
ports-88dd080b015d364620c74ce54abd9aa9f251d107.zip
Notes
Diffstat (limited to 'graphics/inkscape/files')
-rw-r--r--graphics/inkscape/files/patch-configure23
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 35d18d8c5890..000000000000
--- 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;
- }