diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 20:07:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 20:07:14 +0200 |
commit | 33a1238e6c940033d1155c188dcb3adad8187932 (patch) | |
tree | c4d594145ef7672e76a4c821cdb4e4d5eb8fb81f /package/bison/patches/patch-Makefile_in | |
parent | 27767d6da4e2dfd2505adff10a88b404831f3f6d (diff) |
more FreeBSD fixes and package updates
Diffstat (limited to 'package/bison/patches/patch-Makefile_in')
-rw-r--r-- | package/bison/patches/patch-Makefile_in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/bison/patches/patch-Makefile_in b/package/bison/patches/patch-Makefile_in index 19d01c699..7f757fb29 100644 --- a/package/bison/patches/patch-Makefile_in +++ b/package/bison/patches/patch-Makefile_in @@ -1,11 +1,11 @@ ---- bison-2.4.1.orig/Makefile.in 2008-12-11 23:05:53.000000000 +0100 -+++ bison-2.4.1/Makefile.in 2010-02-23 20:11:17.748535777 +0100 -@@ -502,7 +502,7 @@ top_build_prefix = @top_build_prefix@ +--- bison-2.4.2.orig/Makefile.in 2010-03-20 18:14:08.000000000 +0100 ++++ bison-2.4.2/Makefile.in 2010-07-30 17:11:16.198057000 +0200 +@@ -871,7 +871,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = build-aux po runtime-po lib data src doc examples tests etc +SUBDIRS = build-aux po runtime-po lib data src etc aclocal_DATA = m4/bison-i18n.m4 - EXTRA_DIST = .prev-version .version cfg.mk maint.mk \ + EXTRA_DIST = .prev-version .version cfg.mk \ OChangeLog PACKAGING \ |