source: trunk/dports/devel/devtodo/files/patch-case-insensitive-filesystem.diff @ 66212

Last change on this file since 66212 was 66212, checked in by ryandesign@…, 14 years ago

devtodo: update to 0.1.20 and fix resulting build failure on case-insensitive filesystems; see #23838

File size: 932 bytes
  • util/Lexer.h

    old new  
    66#include <map>
    77#include <iterator>
    88#include "Strings.h"
    9 #include "Regex.h"
     9#include "DTRegex.h"
    1010
    1111using namespace std;
    1212
  • util/Makefile.in

    old new  
    182182top_srcdir = @top_srcdir@
    183183noinst_LTLIBRARIES = libutil.la
    184184libutil_la_SOURCES = Terminal.cc Terminal.h Lexer.cc Lexer.h \
    185         Regex.cc Regex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h
     185        Regex.cc DTRegex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h
    186186
    187187all: all-am
    188188
  • util/Regex.cc

    old new  
    1 #include "Regex.h"
     1#include "DTRegex.h"
    22//map<string, Regex::Cache> Regex::cache;
    33
    44Regex::Regex()
Note: See TracBrowser for help on using the repository browser.