mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- 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
10 lines
214 B
C
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
|
|
|