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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d285e92 was 617118d, checked in by Jim Gifford <clfs@…>, 19 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
  • texk/web2c/omegafonts/Makefile.in

    Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
    Date: 2003-09-20
    Initial Package Version: 2.0.2
    Origin: Jim Gifford
    Description: Fixes Parse error in pl.l Flex Version 2.5.31
    
    Corrects
     ./pl.l: In function `scan_string':
     ./pl.l:462: `yytext_ptr' undeclared (first use in this function)
     ./pl.l:462: (Each undeclared identifier is reported only once
     ./pl.l:462: for each function it appears in.)
    
     
    $LastChangedBy: bdubbs $
    $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
    
    diff -Naur tetex-src-2.0.2.orig/texk/web2c/omegafonts/Makefile.in tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in
    old new  
    4040        -test -f y.tab.h && mv -f y.tab.h y_tab.h
    4141$(LEX_OUTPUT_ROOT).o: parser.h
    4242$(LEX_OUTPUT_ROOT).c: pl.l
    43         $(LEX) $(srcdir)/pl.l
     43        $(LEX) -l $(srcdir)/pl.l
    4444
    4545
    4646
Note: See TracBrowser for help on using the repository browser.