pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/inkscape Allow the gettext detection to work ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a222bd8634cb
branches: trunk
changeset: 509243:a222bd8634cb
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Mar 07 04:15:22 2006 +0000
description:
Allow the gettext detection to work with NetBSD's base as well.
diffstat:
graphics/inkscape/distinfo | 3 ++-
graphics/inkscape/patches/patch-aa | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r 9a333d7deec6 -r a222bd8634cb graphics/inkscape/distinfo
--- a/graphics/inkscape/distinfo Tue Mar 07 03:58:22 2006 +0000
+++ b/graphics/inkscape/distinfo Tue Mar 07 04:15:22 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2005/12/04 13:51:38 uebayasi Exp $
+$NetBSD: distinfo,v 1.10 2006/03/07 04:15:22 joerg Exp $
SHA1 (inkscape-0.43.tar.bz2) = b7e93f2ceea795ee434f70261ba19e67985fc292
RMD160 (inkscape-0.43.tar.bz2) = bcb41e008a3c1a9f5d4f7ee793de5b92f106044e
Size (inkscape-0.43.tar.bz2) = 6244558 bytes
+SHA1 (patch-aa) = 769d88d8aca1f462cdeff40e44fa3577fdf4b681
diff -r 9a333d7deec6 -r a222bd8634cb graphics/inkscape/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-aa Tue Mar 07 04:15:22 2006 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.7 2006/03/07 04:15:22 joerg Exp $
+
+--- configure.orig 2006-03-07 02:34:46.000000000 +0000
++++ configure
+@@ -21790,17 +21790,13 @@ 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;
+ }
+ _ACEOF
Home |
Main Index |
Thread Index |
Old Index