summaryrefslogtreecommitdiff
path: root/misc/celestia/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'misc/celestia/patches/patch-ah')
-rw-r--r--misc/celestia/patches/patch-ah7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/celestia/patches/patch-ah b/misc/celestia/patches/patch-ah
index 1ac6c39acfa..043d6138d38 100644
--- a/misc/celestia/patches/patch-ah
+++ b/misc/celestia/patches/patch-ah
@@ -1,15 +1,12 @@
-$NetBSD: patch-ah,v 1.3 2006/12/13 03:37:50 obache Exp $
+$NetBSD: patch-ah,v 1.4 2006/12/13 16:45:42 obache Exp $
--- src/celutil/util.h.orig 2006-01-17 21:28:30.000000000 +0100
+++ src/celutil/util.h
-@@ -28,6 +28,10 @@
+@@ -28,6 +28,7 @@
#ifdef _WIN32
#define _(s) s
#else
+#include <libintl.h>
-+#ifdef printf
-+#undef printf
-+#endif
#define _(s) gettext(s)
#endif