diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-13 07:55:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-13 07:55:06 +0000 |
commit | f03bc9d6385b9894d7f99cf731d3d3b5c97f2e81 (patch) | |
tree | 38446d51918b4a4d57ece8133fce36ac416667e1 /devel/bison | |
parent | 850064cf9e2bce395dc11347e81df635693c8693 (diff) | |
download | pkgsrc-f03bc9d6385b9894d7f99cf731d3d3b5c97f2e81.tar.gz |
Add patches to Makefile.am and configure.in that mirror patches to
Makefile.in and configure.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/distinfo | 4 | ||||
-rw-r--r-- | devel/bison/patches/patch-ah | 14 | ||||
-rw-r--r-- | devel/bison/patches/patch-ai | 13 |
3 files changed, 30 insertions, 1 deletions
diff --git a/devel/bison/distinfo b/devel/bison/distinfo index ba0562a3f54..6bc59f5263c 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:11 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/06/13 07:55:06 jlam Exp $ SHA1 (bison-1.28.tar.gz) = d11dc896f4642ff432345a5b037505ab0b8791e8 Size (bison-1.28.tar.gz) = 420341 bytes @@ -8,3 +8,5 @@ SHA1 (patch-ac) = bbf839cfae8b8bd6630437c48b465a5a4ce2214a SHA1 (patch-ae) = 3df6fff1b06e813d1b5e39152e301d253c837484 SHA1 (patch-af) = 874d359014fe72aa922e840b20db6736a09fbe0e SHA1 (patch-ag) = 558dcc5e5b63a80b497a799f881003118c3691b1 +SHA1 (patch-ah) = 2d2bf0a8cfa28d217f8c7cf44a3d2c9441874b50 +SHA1 (patch-ai) = af47a691f5fa8ae0e4d64d7034560b9b0d5af369 diff --git a/devel/bison/patches/patch-ah b/devel/bison/patches/patch-ah new file mode 100644 index 00000000000..d1733ed331d --- /dev/null +++ b/devel/bison/patches/patch-ah @@ -0,0 +1,14 @@ +$NetBSD: patch-ah,v 1.1 2001/06/13 07:55:07 jlam Exp $ + +--- configure.in.orig Tue Jul 6 09:03:02 1999 ++++ configure.in Wed Jun 13 03:49:05 2001 +@@ -35,6 +35,9 @@ + + AM_GNU_GETTEXT + ++# Use ${PKGLOCALEDIR} to determine the location of the locale files. ++DATADIRNAME="${PKGLOCALEDIR}" ++ + # This is necessary so that .o files in LIBOBJS are also built via + # the ANSI2KNR-filtering rules. + LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'` diff --git a/devel/bison/patches/patch-ai b/devel/bison/patches/patch-ai new file mode 100644 index 00000000000..69e3f042384 --- /dev/null +++ b/devel/bison/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2001/06/13 07:55:08 jlam Exp $ + +--- src/Makefile.am.orig Mon Jun 14 18:17:01 1999 ++++ src/Makefile.am Wed Jun 13 03:40:28 2001 +@@ -10,7 +10,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 |