source: scripts/untested/blfs-patches/tetex-src-2.0.2-flex-1.patch.orig @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 972 bytes
Line 
1Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
2Date: 2003-09-20
3Initial Package Version: 2.0.2
4Origin: Jim Gifford
5Description: Fixes Parse error in pl.l Flex Version 2.5.31
6
7Corrects
8 ./pl.l: In function `scan_string':
9 ./pl.l:462: `yytext_ptr' undeclared (first use in this function)
10 ./pl.l:462: (Each undeclared identifier is reported only once
11 ./pl.l:462: for each function it appears in.)
12
13 
14$LastChangedBy: bdubbs $
15$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
16
17diff -Naur tetex-src-2.0.2.orig/texk/web2c/omegafonts/Makefile.in tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in
18--- tetex-src-2.0.2.orig/texk/web2c/omegafonts/Makefile.in      2001-11-10 13:42:37.000000000 +0000
19+++ tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in   2003-09-21 07:41:29.000000000 +0000
20@@ -40,7 +40,7 @@
21        -test -f y.tab.h && mv -f y.tab.h y_tab.h
22 $(LEX_OUTPUT_ROOT).o: parser.h
23 $(LEX_OUTPUT_ROOT).c: pl.l
24-       $(LEX) $(srcdir)/pl.l
25+       $(LEX) -l $(srcdir)/pl.l
26 
27 
28 
Note: See TracBrowser for help on using the repository browser.