summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorobache <obache>2008-09-29 07:55:47 +0000
committerobache <obache>2008-09-29 07:55:47 +0000
commit392ad9822c6120da2168e6084e7dd91ab93187d1 (patch)
tree07d1d56d26a7311b3c3f26a731d1d0359eaab141 /archivers
parent2f9c33e68bdf3768066911febd5f01d6d33826a5 (diff)
downloadpkgsrc-392ad9822c6120da2168e6084e7dd91ab93187d1.tar.gz
Common/String.h confounds with case insensitive filesystem.
Remove "Common" from include path.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lzmalib/distinfo4
-rw-r--r--archivers/lzmalib/patches/patch-ab16
-rw-r--r--archivers/lzmalib/patches/patch-ac23
3 files changed, 42 insertions, 1 deletions
diff --git a/archivers/lzmalib/distinfo b/archivers/lzmalib/distinfo
index 0a866ede8b4..05fb3250cf2 100644
--- a/archivers/lzmalib/distinfo
+++ b/archivers/lzmalib/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/04 12:07:15 obache Exp $
+$NetBSD: distinfo,v 1.2 2008/09/29 07:55:47 obache Exp $
SHA1 (lzmalib-0.0.1.tar.gz) = 638e511d1c6c5018f071b0f145bdfb242c34b6ce
RMD160 (lzmalib-0.0.1.tar.gz) = caad5a009f3247ee1d0ee1500b90db5469ce1bd4
Size (lzmalib-0.0.1.tar.gz) = 112202 bytes
SHA1 (patch-aa) = 475d43320384887faf6d14c13d2f7b941327299e
+SHA1 (patch-ab) = dd8fcbce7a0a2ace551b8f84ab3b866e11b2742d
+SHA1 (patch-ac) = 46b577410eb57cb0a17961f87006248ec0e08653
diff --git a/archivers/lzmalib/patches/patch-ab b/archivers/lzmalib/patches/patch-ab
new file mode 100644
index 00000000000..442a61b5f5c
--- /dev/null
+++ b/archivers/lzmalib/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2008/09/29 07:55:47 obache Exp $
+
+Common/String.h confounds with case insensitive filesystem.
+Remove "Common" from include path.
+
+--- configure.orig 2008-07-23 15:28:16.000000000 +0900
++++ configure
+@@ -1671,7 +1671,7 @@ MYVPATH="`find . -type d | tr '\n' ':'`"
+ # Building flags
+ MYCFLAGS="-Wall -fPIC -fsigned-char -O2"
+ MYCXXFLAGS="-Wall -fPIC -fsigned-char -O2"
+-MYCPPFLAGS="-I. -I./Common -I./7zip/Common -I./7zip/Compress/LZMA -I./7zip/Compress/LZMA_Alone"
++MYCPPFLAGS="-I. -I./7zip/Common -I./7zip/Compress/LZMA -I./7zip/Compress/LZMA_Alone"
+ MYLDFLAGS="-L."
+
+
diff --git a/archivers/lzmalib/patches/patch-ac b/archivers/lzmalib/patches/patch-ac
new file mode 100644
index 00000000000..e46532603f5
--- /dev/null
+++ b/archivers/lzmalib/patches/patch-ac
@@ -0,0 +1,23 @@
+$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"