diff options
author | adam <adam@pkgsrc.org> | 2005-02-08 09:30:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-08 09:30:23 +0000 |
commit | afe7891a147d463c72e5629029a023e54bfc4164 (patch) | |
tree | b1db9aa051bb5d98b4cd19d5cfea3075a4da89d2 /archivers/p7zip | |
parent | 7d35f2b0f17a1e6695ddbf7511db58aa4377d295 (diff) | |
download | pkgsrc-afe7891a147d463c72e5629029a023e54bfc4164.tar.gz |
We do like optimisations, don't we? I have turned them on, then. :)
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/distinfo | 3 | ||||
-rw-r--r-- | archivers/p7zip/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 2e55b91ceb2..6745a9e3136 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2005/02/07 14:13:28 wiz Exp $ +$NetBSD: distinfo,v 1.7 2005/02/08 09:30:23 adam Exp $ SHA1 (p7zip_4.14.01_src.tar.bz2) = c8df9c08844c4cff559abc0b5cc915867fcb8390 Size (p7zip_4.14.01_src.tar.bz2) = 457428 bytes SHA1 (patch-aa) = 7affd2f921d5041ad55243d495005f5b37a56334 SHA1 (patch-ab) = 9a6c7dcd97f585bf7b322e6815cdf3de6e0b0c38 +SHA1 (patch-ac) = cb1dad78148e0356c7c63eaee01e7de21b0bde88 diff --git a/archivers/p7zip/patches/patch-ac b/archivers/p7zip/patches/patch-ac new file mode 100644 index 00000000000..b20ee0210af --- /dev/null +++ b/archivers/p7zip/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2005/02/08 09:30:23 adam Exp $ + +--- makefile.glb.orig 2005-02-08 10:23:00.000000000 +0000 ++++ makefile.glb +@@ -2,7 +2,7 @@ + MY_HOME=../../../myWindows + + RM=rm -f +-CFLAGS=-c \ ++CFLAGS+=-c \ + -I../../../myWindows \ + -I../../../ \ + -I../../../include_windows |