pkgsrc/archivers/lzmalib/patches/patch-ac
2008-09-29 07:55:47 +00:00

23 lines
648 B
Text

$NetBSD: patch-ac,v 1.1 2008/09/29 07:55:47 obache Exp $
Common/String.h confounds with case insensitive filesystem.
Remove "Common" from include path.
--- mylib.cpp.orig 2008-07-23 18:24:22.000000000 +0900
+++ mylib.cpp
@@ -1,10 +1,10 @@
#include "lzmalib.h"
-#include "MyWindows.h"
-#include "MyInitGuid.h"
-#include "CommandLineParser.h"
-#include "StringConvert.h"
-#include "StringToInt.h"
+#include "Common/MyWindows.h"
+#include "Common/MyInitGuid.h"
+#include "Common/CommandLineParser.h"
+#include "Common/StringConvert.h"
+#include "Common/StringToInt.h"
#include "FileStreams.h"
#include "StreamUtils.h"
#include "LZMADecoder.h"