summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-12-13 03:37:50 +0000
committerobache <obache@pkgsrc.org>2006-12-13 03:37:50 +0000
commit6833aaf439cf1ccaf2f5f2a410614c998808948e (patch)
treed0a171a0443bf2ec2460d94401b9efb82050084d /misc
parent851df205feba12e64f11a09e3873583b6d75dc97 (diff)
downloadpkgsrc-6833aaf439cf1ccaf2f5f2a410614c998808948e.tar.gz
Enable to build with GNU gettext. fix PR 34065.
Diffstat (limited to 'misc')
-rw-r--r--misc/celestia/distinfo4
-rw-r--r--misc/celestia/patches/patch-ah7
2 files changed, 7 insertions, 4 deletions
diff --git a/misc/celestia/distinfo b/misc/celestia/distinfo
index dabcce89cc7..fe5b2a9f139 100644
--- a/misc/celestia/distinfo
+++ b/misc/celestia/distinfo
@@ -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-ad) = f7d9d5c3d80385eaba721045ea619f15fa3af326
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 --git a/misc/celestia/patches/patch-ah b/misc/celestia/patches/patch-ah
index e0220780003..1ac6c39acfa 100644
--- a/misc/celestia/patches/patch-ah
+++ b/misc/celestia/patches/patch-ah
@@ -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