ports/astro/celestia/files/patch-src_celutil_util.h
Jean-Yves Lefort 613f27d55d - Update to 1.4.1
- Do not use OPTIONS for the mutually exclusive UI choices, use
  conflicting slave ports (celestia-gnome and celestia-gtk)
- Axe KDE support since I cannot test it (patches welcome)
- Enable Lua support by default
- Always install a desktop entry
- Relayout the Makefile
- Take maintainership
2006-05-04 12:38:37 +00:00

10 lines
214 B
C

--- src/celutil/util.h.orig Thu May 4 11:51:00 2006
+++ src/celutil/util.h Thu May 4 11:51:12 2006
@@ -28,6 +28,7 @@
#ifdef _WIN32
#define _(s) s
#else
+#include <libintl.h>
#define _(s) gettext(s)
#endif