diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 03:26:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 03:26:23 +0000 |
commit | aa962997fecffb0464dcb1cfe12fd58a5fe1c2ae (patch) | |
tree | d178617e7b5b79d29ec8c7169a2beda315a56c47 /sys-devel | |
parent | Stable on x86; bug #123332 (diff) | |
download | gentoo-2-aa962997fecffb0464dcb1cfe12fd58a5fe1c2ae.tar.gz gentoo-2-aa962997fecffb0464dcb1cfe12fd58a5fe1c2ae.tar.bz2 gentoo-2-aa962997fecffb0464dcb1cfe12fd58a5fe1c2ae.zip |
fix patch #123565 by Steve Cole
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/files/flex-2.5.31-gnu-m4.patch | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sys-devel/flex/files/flex-2.5.31-gnu-m4.patch b/sys-devel/flex/files/flex-2.5.31-gnu-m4.patch index 8b27dcec41df..875a0e663f52 100644 --- a/sys-devel/flex/files/flex-2.5.31-gnu-m4.patch +++ b/sys-devel/flex/files/flex-2.5.31-gnu-m4.patch @@ -6,7 +6,6 @@ Patch by Diego Pettenò http://bugs.gentoo.org/123471 - --- flex-2.5.31/main.c +++ flex-2.5.31/main.c @@ -344,7 +344,7 @@ void check_options () @@ -18,25 +17,14 @@ http://bugs.gentoo.org/123471 filter_create_int(output_chain, filter_fix_linedirs, NULL); /* For debugging, only run the requested number of filters. */ ---- flex-2.5.31/Makefile.am -+++ flex-2.5.31/Makefile.am -@@ -141,7 +141,7 @@ SUBDIRS = \ - tests - - localedir = $(datadir)/locale --AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl -+AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl -DGM4_PROGRAM=\"@M4@\" - LIBS = @LIBINTL@ @LIBS@ - - skel.c: flex.skl mkskel.sh flexint.h tables_shared.h --- flex-2.5.31/Makefile.in +++ flex-2.5.31/Makefile.in @@ -290,7 +290,7 @@ SUBDIRS = \ localedir = $(datadir)/locale --AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl -+AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl -DGM4_PROGRAM=\"@M4@\" +-AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl ++AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl -DGM4_PROGRAM=\"@M4@\" # Run GNU indent on sources. Don't run this unless all the sources compile cleanly. # |