summaryrefslogtreecommitdiff
path: root/archivers/szip/patches
diff options
context:
space:
mode:
authoradam <adam>2008-09-08 08:59:22 +0000
committeradam <adam>2008-09-08 08:59:22 +0000
commit0b45629baea96cfce98f4374e033f1b58e00812d (patch)
treed9d0ec1c721b82c39dbe370d5cececa925290235 /archivers/szip/patches
parentbb7c8d87c256e9842f71e635cfb20b35766c60af (diff)
downloadpkgsrc-0b45629baea96cfce98f4374e033f1b58e00812d.tar.gz
Changes 2.1:
Bug fixes: - On some platforms configure didn't add -lm flag; fixed. New features: -- Configure was updated to use GNU autotools version 1.5.14.
Diffstat (limited to 'archivers/szip/patches')
-rw-r--r--archivers/szip/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/szip/patches/patch-aa b/archivers/szip/patches/patch-aa
index d62fc6545ca..b1137dfc485 100644
--- a/archivers/szip/patches/patch-aa
+++ b/archivers/szip/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2005/10/03 20:31:26 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2008/09/08 08:59:22 adam Exp $
---- examples/Makefile.in.orig 2005-07-22 15:00:42.000000000 +0000
+--- examples/Makefile.in.orig 2007-05-14 22:51:22.000000000 +0200
+++ examples/Makefile.in
-@@ -144,7 +144,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(t
- noinst_PROGRAMS = burst_szip example
-
+@@ -175,7 +175,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
-
example_SOURCES = example.c
+ example_LDADD = ../src/libsz.la