pkgsrc/misc/celestia/patches/patch-ah
obache 2d03fa598e Revert previous commit related to PR 34065, and fixed by another method,
rename conflict function name 'printf' to 'myprintf'.
2006-12-13 16:45:42 +00:00

12 lines
258 B
Text

$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,7 @@
#ifdef _WIN32
#define _(s) s
#else
+#include <libintl.h>
#define _(s) gettext(s)
#endif