diff options
Diffstat (limited to 'astro/celestia/files/patch-src_celutil_util.h')
-rw-r--r-- | astro/celestia/files/patch-src_celutil_util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/astro/celestia/files/patch-src_celutil_util.h b/astro/celestia/files/patch-src_celutil_util.h deleted file mode 100644 index 793e804b7e90..000000000000 --- a/astro/celestia/files/patch-src_celutil_util.h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - |