diff options
Diffstat (limited to 'www/httrack/files/patch-src-htsglobal.h')
-rw-r--r-- | www/httrack/files/patch-src-htsglobal.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/httrack/files/patch-src-htsglobal.h b/www/httrack/files/patch-src-htsglobal.h new file mode 100644 index 000000000000..6b77c2527ec9 --- /dev/null +++ b/www/httrack/files/patch-src-htsglobal.h @@ -0,0 +1,13 @@ +--- src/htsglobal.h.orig Sat Oct 11 08:54:59 2003 ++++ src/htsglobal.h Tue Feb 24 15:50:40 2004 +@@ -120,10 +120,8 @@ + #else + + #define HTS_WIN 0 +-#ifdef __linux + #undef HTS_PLATFORM + #define HTS_PLATFORM 3 +-#endif + #endif + + // compatibilité DOS |