freebsd-ports/games/grhino/files/patch-log_proc.h
Pav Lucistnik a8a13cfcfc - Update to 0.15.0
- Fix gettext detection in configure script
- Fix FreeBSD 4.X build by requiring gcc-3.4
- Convert .omf files handling to new infrastructure

PR:		ports/81028
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2005-05-16 20:56:20 +00:00

10 lines
219 B
C

--- log_proc.h.orig Fri Apr 15 23:03:04 2005
+++ log_proc.h Fri Apr 29 15:36:28 2005
@@ -39,6 +39,7 @@
#undef N_
#endif
+#define _INTL_REDIRECT_MACROS
#include <libintl.h>
#define _(x) gettext(x)
#define N_(x) x