pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/celestia Enable to build with GNU gettext. fix P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad3fbda68ab6
branches: trunk
changeset: 522570:ad3fbda68ab6
user: obache <obache%pkgsrc.org@localhost>
date: Wed Dec 13 03:37:50 2006 +0000
description:
Enable to build with GNU gettext. fix PR 34065.
diffstat:
misc/celestia/distinfo | 4 ++--
misc/celestia/patches/patch-ah | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 813f0fb28d82 -r ad3fbda68ab6 misc/celestia/distinfo
--- a/misc/celestia/distinfo Wed Dec 13 02:07:43 2006 +0000
+++ b/misc/celestia/distinfo Wed Dec 13 03:37:50 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2006/12/12 19:31:37 joerg Exp $
+$NetBSD: distinfo,v 1.14 2006/12/13 03:37:50 obache Exp $
SHA1 (celestia-1.4.1.tar.gz) = 37863498c43d3078b41027706bfa033bccd949a9
RMD160 (celestia-1.4.1.tar.gz) = c66c2540e329613dace12e5b12b2dae2a4c679e0
@@ -10,7 +10,7 @@
SHA1 (patch-ae) = a7ac58087cc366119f4ac5b193b49dc87ecc261c
SHA1 (patch-af) = 124f115719badb0d057cc324ac0455253e25022d
SHA1 (patch-ag) = e5300a702a92f3f35f07b34726d80cd825c1a759
-SHA1 (patch-ah) = 90f20cbbf4a8f187ea39de23f0e5b13aa4e10fb6
+SHA1 (patch-ah) = dc8ec0acbbfb9a1e4afe25f4b7054bc05cb98c7f
SHA1 (patch-ai) = d5abfae0b4c4395572f22b6fdd1e7ad7bda4032f
SHA1 (patch-aj) = 1ef7a10260a3b1476392c4cae17081ab0e7771b4
SHA1 (patch-ak) = 20506d8b2f7c8c9ff778e0844dc999b0e497d644
diff -r 813f0fb28d82 -r ad3fbda68ab6 misc/celestia/patches/patch-ah
--- a/misc/celestia/patches/patch-ah Wed Dec 13 02:07:43 2006 +0000
+++ b/misc/celestia/patches/patch-ah Wed Dec 13 03:37:50 2006 +0000
@@ -1,12 +1,15 @@
-$NetBSD: patch-ah,v 1.2 2006/02/17 23:46:40 adam Exp $
+$NetBSD: patch-ah,v 1.3 2006/12/13 03:37:50 obache Exp $
--- src/celutil/util.h.orig 2006-01-17 21:28:30.000000000 +0100
+++ src/celutil/util.h
-@@ -28,6 +28,7 @@
+@@ -28,6 +28,10 @@
#ifdef _WIN32
#define _(s) s
#else
+#include <libintl.h>
++#ifdef printf
++#undef printf
++#endif
#define _(s) gettext(s)
#endif
Home |
Main Index |
Thread Index |
Old Index