mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a8a13cfcfc
- 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)
11 lines
219 B
C
11 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
|