pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/szip On DragonFly at least, -lm is needed fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d641737cfd60
branches:  trunk
changeset: 500196:d641737cfd60
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 20:31:26 2005 +0000

description:
On DragonFly at least, -lm is needed for brust_szip. It doesn't hurt on
other platforms, so just add it.

diffstat:

 archivers/szip/distinfo         |   3 ++-
 archivers/szip/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r b95c3ca648f5 -r d641737cfd60 archivers/szip/distinfo
--- a/archivers/szip/distinfo   Mon Oct 03 20:20:18 2005 +0000
+++ b/archivers/szip/distinfo   Mon Oct 03 20:31:26 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 16:20:25 adam Exp $
+$NetBSD: distinfo,v 1.4 2005/10/03 20:31:26 joerg Exp $
 
 SHA1 (szip-2.0.tar) = 164d90ffe1f79e12062c1b13c43d93878f9faa96
 RMD160 (szip-2.0.tar) = 56b3b5ec6bc1bb6d31421354e9e093c17820e59c
 Size (szip-2.0.tar) = 1636352 bytes
+SHA1 (patch-aa) = c1a2a539bc2da6d19e0e338796c9ffae4e360de9
diff -r b95c3ca648f5 -r d641737cfd60 archivers/szip/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/szip/patches/patch-aa   Mon Oct 03 20:31:26 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/10/03 20:31:26 joerg Exp $
+
+--- examples/Makefile.in.orig  2005-07-22 15:00:42.000000000 +0000
++++ examples/Makefile.in
+@@ -144,7 +144,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src  -I$(t
+ noinst_PROGRAMS = burst_szip example
+ 
+ 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
+ 
+ example_SOURCES = example.c



Home | Main Index | Thread Index | Old Index