summaryrefslogtreecommitdiff
path: root/archivers/szip/patches
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-03-01 01:20:44 +0000
committermef <mef@pkgsrc.org>2020-03-01 01:20:44 +0000
commitbd5374d1ebeef01463e0ad8816f5ff81e170661c (patch)
tree256ad7c35d68338de5b046823f30fa3fa8a6d27a /archivers/szip/patches
parentee1a992e22b1ef8fe4d8f818b23aa72390f10a08 (diff)
downloadpkgsrc-bd5374d1ebeef01463e0ad8816f5ff81e170661c.tar.gz
(archivers/szip) Updated 2.1 to 2.1.1
Release notes for SZIP 2.1.1 January 13, 2017 Bug fixes: -- None. New features: -- Add CMake support. Know problems: -- On IRIX64-6.5, shared library version 3.0 is created instead of 2.0. -- There is no support for shared library on the AIX 5.* systems. User support: Report all problems to help@hdfgroup.org. For more information on SZIP, see: http://www.hdfgroup.org/doc_resource/SZIP/
Diffstat (limited to 'archivers/szip/patches')
-rw-r--r--archivers/szip/patches/patch-aa21
-rw-r--r--archivers/szip/patches/patch-config_gnu-flags4
2 files changed, 15 insertions, 10 deletions
diff --git a/archivers/szip/patches/patch-aa b/archivers/szip/patches/patch-aa
index b1137dfc485..fea815c7538 100644
--- a/archivers/szip/patches/patch-aa
+++ b/archivers/szip/patches/patch-aa
@@ -1,13 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2008/09/08 08:59:22 adam Exp $
+$NetBSD: patch-aa,v 1.3 2020/03/01 01:20:45 mef Exp $
---- examples/Makefile.in.orig 2007-05-14 22:51:22.000000000 +0200
-+++ examples/Makefile.in
-@@ -175,7 +175,7 @@ top_builddir = @top_builddir@
+On DragonFly at least, -lm is needed for brust_szip. It doesn't hurt on
+other platforms, so just add it.
+
+--- test/Makefile.in.orig 2017-01-14 05:40:26.000000000 +0900
++++ test/Makefile.in 2020-03-01 10:15:25.756240983 +0900
+@@ -499,7 +499,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
- AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test
- burst_szip_SOURCES = burst_szip.c
--burst_szip_LDADD = ../test/libmcgill.la ../src/libsz.la
-+burst_szip_LDADD = ../test/libmcgill.la ../src/libsz.la -lm
- burst_szip_DEPENDENCIES = ../test/libmcgill.la ../src/libsz.la
+ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test
+ burst_szip_SOURCES = burst_szip.c mcgill.c
+-burst_szip_LDADD = ../src/libsz.la
++burst_szip_LDADD = ../src/libsz.la -lm
+ burst_szip_DEPENDENCIES = ../src/libsz.la
example_SOURCES = example.c
example_LDADD = ../src/libsz.la
diff --git a/archivers/szip/patches/patch-config_gnu-flags b/archivers/szip/patches/patch-config_gnu-flags
index db3efe875dd..99c5db49523 100644
--- a/archivers/szip/patches/patch-config_gnu-flags
+++ b/archivers/szip/patches/patch-config_gnu-flags
@@ -1,4 +1,6 @@
-$NetBSD: patch-config_gnu-flags,v 1.1 2012/01/11 14:20:21 hans Exp $
+$NetBSD: patch-config_gnu-flags,v 1.2 2020/03/01 01:20:45 mef Exp $
+
+Fix build with gcc46.
--- config/gnu-flags.orig 2005-03-04 22:37:52.000000000 +0100
+++ config/gnu-flags 2011-12-28 13:09:28.722283206 +0100