diff options
author | jlam <jlam> | 1999-10-04 17:24:00 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-10-04 17:24:00 +0000 |
commit | 6b81e96d18da44ca764b0e4ff787131bfddf5fdf (patch) | |
tree | f8efa0a02ba2650b1046d443f1f44f4c39aac653 /devel/bison/patches | |
parent | 9ea0e900fde5a5887ed5f53cde7775ded596c3b3 (diff) | |
download | pkgsrc-6b81e96d18da44ca764b0e4ff787131bfddf5fdf.tar.gz |
Add missing bison.info-* and NLS files to pkg/PLIST.
Change to depend on pkgsrc gettext instead.
Diffstat (limited to 'devel/bison/patches')
-rw-r--r-- | devel/bison/patches/patch-ac | 13 | ||||
-rw-r--r-- | devel/bison/patches/patch-ad | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/devel/bison/patches/patch-ac b/devel/bison/patches/patch-ac new file mode 100644 index 00000000000..ce70bdfc6f5 --- /dev/null +++ b/devel/bison/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 1999/10/04 17:24:02 jlam Exp $ + +--- src/Makefile.in.orig Tue Jul 6 09:20:06 1999 ++++ src/Makefile.in Sat Oct 2 02:42:21 1999 +@@ -95,7 +95,7 @@ + EXTRA_bison_SOURCES = vmsgetargs.c + + bison_LDADD = @INTLLIBS@ @ALLOCA@ +-INCLUDES = -I../intl -I$(top_srcdir)/intl ++INCLUDES = # -I../intl -I$(top_srcdir)/intl + + noinst_HEADERS = alloc.h files.h gram.h lex.h machine.h state.h symtab.h system.h types.h getopt.h + diff --git a/devel/bison/patches/patch-ad b/devel/bison/patches/patch-ad new file mode 100644 index 00000000000..72d6b42ab2a --- /dev/null +++ b/devel/bison/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 1999/10/04 17:24:02 jlam Exp $ + +--- po/Makefile.in.in.orig Fri Feb 5 10:05:15 1999 ++++ po/Makefile.in.in Sat Oct 2 20:59:36 1999 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po |