[BACK]Return to patch-dsl_details_cc CVS log [TXT][DIR] Up to [local] / ports / textproc / goldendict / patches

Annotation of ports/textproc/goldendict/patches/patch-dsl_details_cc, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- dsl_details.cc.orig        Fri Jun  4 03:34:00 2010
        !             3: +++ dsl_details.cc     Fri Jun  4 03:34:18 2010
        !             4: @@ -13,7 +13,7 @@ namespace Details {
        !             5:  using gd::wstring;
        !             6:  using std::list;
        !             7:
        !             8: -#ifdef __WIN32
        !             9: +#ifdef __OpenBSD__
        !            10:
        !            11:  // wcscasecmp() function is a GNU extension, we need to reimplement it
        !            12:  // for non-GNU systems.

CVSweb