summaryrefslogtreecommitdiff
path: root/devel/gettext/patches
diff options
context:
space:
mode:
authoragc <agc>1998-09-04 12:33:38 +0000
committeragc <agc>1998-09-04 12:33:38 +0000
commit6d34bd8e052d1c820e1dc4f3b8517f65c5ca8de7 (patch)
treedec9b98e205330ee9467e9fd0ddb3b51685b71d9 /devel/gettext/patches
parent7c6ac9142b8066986b35d159dab8dbb1dee58983 (diff)
downloadpkgsrc-6d34bd8e052d1c820e1dc4f3b8517f65c5ca8de7.tar.gz
Initial import of GNU gettext 0.10, tools for providing messages in
different languages, into the NetBSD packages collection. This is taken from the FreeBSD port.
Diffstat (limited to 'devel/gettext/patches')
-rw-r--r--devel/gettext/patches/patch-aa18
-rw-r--r--devel/gettext/patches/patch-ab10
2 files changed, 28 insertions, 0 deletions
diff --git a/devel/gettext/patches/patch-aa b/devel/gettext/patches/patch-aa
new file mode 100644
index 00000000000..3ce31003b59
--- /dev/null
+++ b/devel/gettext/patches/patch-aa
@@ -0,0 +1,18 @@
+--- config.h.in.orig Thu Apr 2 16:41:28 1998
++++ config.h.in Thu Apr 2 16:41:36 1998
+@@ -6,15 +6,6 @@
+ /* Default value for alignment of strings in .mo file. */
+ #define DEFAULT_ALIGNMENT 1
+
+-#ifndef __P
+-# if __STDC__
+-# define __P(args) args
+-# else
+-# define __P(args) ()
+-# endif
+-#endif
+-
+-
+ /* Define if using alloca.c. */
+ #undef C_ALLOCA
+
diff --git a/devel/gettext/patches/patch-ab b/devel/gettext/patches/patch-ab
new file mode 100644
index 00000000000..0726ee5b075
--- /dev/null
+++ b/devel/gettext/patches/patch-ab
@@ -0,0 +1,10 @@
+--- misc/Makefile.in.orig Thu Apr 2 17:02:04 1998
++++ misc/Makefile.in Thu Apr 2 17:02:52 1998
+@@ -65,6 +65,7 @@
+ $(INSTALL_DATA) $$file $(lispdir)/$$file; \
+ done; \
+ fi
++ mkdir -p $(localedir)
+ $(INSTALL_DATA) $(srcdir)/locale.alias $(localedir)/locale.alias
+
+ uninstall: