summaryrefslogtreecommitdiff
path: root/package/flex/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-01 17:03:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-01 17:03:00 +0100
commit9ff7870c8b0c2add46bd778fa231b675fc677546 (patch)
treeeeae4e7f95de679cd4b2fc1d06a356c04c4fe343 /package/flex/patches
parentc81c63189c14697327cecf923486324ef2a0ae3c (diff)
flex: update to 2.6.2
Diffstat (limited to 'package/flex/patches')
-rw-r--r--package/flex/patches/patch-Makefile_am4
-rw-r--r--package/flex/patches/patch-configure_ac4
-rw-r--r--package/flex/patches/patch-src_Makefile_am17
3 files changed, 8 insertions, 17 deletions
diff --git a/package/flex/patches/patch-Makefile_am b/package/flex/patches/patch-Makefile_am
index 31b063b6e..6904acae3 100644
--- a/package/flex/patches/patch-Makefile_am
+++ b/package/flex/patches/patch-Makefile_am
@@ -1,5 +1,5 @@
---- flex-2.6.1.orig/Makefile.am 2016-02-27 14:53:59.000000000 +0100
-+++ flex-2.6.1/Makefile.am 2016-06-20 23:50:16.000000000 +0200
+--- flex-2.6.2.orig/Makefile.am 2016-10-21 02:43:44.000000000 +0200
++++ flex-2.6.2/Makefile.am 2016-11-01 14:32:34.899271200 +0100
@@ -45,10 +45,6 @@ EXTRA_DIST = \
SUBDIRS = \
lib \
diff --git a/package/flex/patches/patch-configure_ac b/package/flex/patches/patch-configure_ac
index 0c5e63de6..3b6b448c4 100644
--- a/package/flex/patches/patch-configure_ac
+++ b/package/flex/patches/patch-configure_ac
@@ -1,5 +1,5 @@
---- flex-2.6.1.orig/configure.ac 2016-02-29 14:53:04.000000000 +0100
-+++ flex-2.6.1/configure.ac 2016-06-21 00:25:18.739543528 +0200
+--- flex-2.6.2.orig/configure.ac 2016-10-25 00:13:14.000000000 +0200
++++ flex-2.6.2/configure.ac 2016-11-01 14:32:44.985688700 +0100
@@ -37,8 +37,6 @@ AC_SUBST(SHARED_VERSION_INFO)
# checks for programs
diff --git a/package/flex/patches/patch-src_Makefile_am b/package/flex/patches/patch-src_Makefile_am
index 026807c9a..2c9fdc441 100644
--- a/package/flex/patches/patch-src_Makefile_am
+++ b/package/flex/patches/patch-src_Makefile_am
@@ -1,7 +1,7 @@
---- flex-2.6.1.orig/src/Makefile.am 2016-02-27 14:53:59.000000000 +0100
-+++ flex-2.6.1/src/Makefile.am 2016-06-21 00:33:09.061676013 +0200
-@@ -41,7 +41,7 @@ COMMON_SOURCES = \
- tblcmp.c \
+--- flex-2.6.2.orig/src/Makefile.am 2016-10-21 02:43:44.000000000 +0200
++++ flex-2.6.2/src/Makefile.am 2016-11-01 14:36:37.543694900 +0100
+@@ -54,7 +54,7 @@ COMMON_SOURCES = \
+ version.h \
yylex.c
-LDADD = ../lib/libcompat.la @LIBINTL@
@@ -9,12 +9,3 @@
libfl_la_SOURCES = \
libmain.c \
-@@ -90,7 +90,7 @@ stage1scan.l: scan.l
- cp $(srcdir)/scan.l $(srcdir)/stage1scan.l
-
- stage1scan.c: stage1scan.l stage1flex$(EXEEXT)
-- $(top_builddir)/src/stage1flex$(EXEEXT) -o $@ $<
-+ $(STAGE1FLEX) -o $@ $<
-
- # Explicitly describe dependencies.
- # You can recreate this with `gcc -I. -MM *.c'