summaryrefslogtreecommitdiff
path: root/comms/minicom/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'comms/minicom/patches/patch-ae')
-rw-r--r--comms/minicom/patches/patch-ae34
1 files changed, 8 insertions, 26 deletions
diff --git a/comms/minicom/patches/patch-ae b/comms/minicom/patches/patch-ae
index cb437ff38f7..4158cde0091 100644
--- a/comms/minicom/patches/patch-ae
+++ b/comms/minicom/patches/patch-ae
@@ -1,28 +1,10 @@
-$NetBSD: patch-ae,v 1.3 1999/04/14 21:13:24 tron Exp $
+$NetBSD: patch-ae,v 1.4 2005/06/19 11:34:45 veego Exp $
---- po/Makefile.orig Sun Jan 10 01:22:51 1999
-+++ po/Makefile Wed Apr 14 22:57:19 1999
-@@ -1,7 +1,6 @@
--INSTALL= /usr/bin/install -c
--INSTALL_PROGRAM= ${INSTALL}
--INSTALL_DATA= ${INSTALL} -m 644
--INSTALLNLSDIR=/usr/share/locale
-+INSTALL_DATA= ${BSD_INSTALL_DATA}
-+INSTALL_DATA_DIR= ${BSD_INSTALL_DATA_DIR}
-+INSTALLNLSDIR= ${PREFIX}/share/locale
+--- src/windiv.c.orig 2003-04-22 01:56:46.000000000 +0200
++++ src/windiv.c 2005-06-19 11:21:11.000000000 +0200
+@@ -21,4 +21,5 @@
- MSGMERGE = msgmerge
-
-@@ -52,9 +51,9 @@
- install: $(CATALOGS)
- for n in $(CATALOGS); do \
- l=`basename $$n .mo`; \
-- $(INSTALL) -m 755 -d $(R)$(INSTALLNLSDIR)/$$l; \
-- $(INSTALL) -m 755 -d $(R)$(INSTALLNLSDIR)/$$l/LC_MESSAGES; \
-- $(INSTALL) -m 644 $$n $(R)$(INSTALLNLSDIR)/$$l/LC_MESSAGES/minicom.mo; \
-+ $(INSTALL_DATA_DIR) $(R)$(INSTALLNLSDIR)/$$l; \
-+ $(INSTALL_DATA_DIR) $(R)$(INSTALLNLSDIR)/$$l/LC_MESSAGES; \
-+ $(INSTALL_DATA) $$n $(R)$(INSTALLNLSDIR)/$$l/LC_MESSAGES/minicom.mo; \
- done
-
- %.mo: %.po
++#include <sys/types.h>
+ #include <dirent.h>
+ #include <sys/stat.h>
+ #include "port.h"