summaryrefslogtreecommitdiff
path: root/archivers/szip/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-03 20:31:26 +0000
committerjoerg <joerg>2005-10-03 20:31:26 +0000
commitc3653ad41baf1730160d6de14bd1678e4cb3683a (patch)
treea5305e91cc6a4474b3fec99b547bd4bbb8750087 /archivers/szip/patches
parentb4787692c3401433ec7a4ff92992941040a4ae75 (diff)
downloadpkgsrc-c3653ad41baf1730160d6de14bd1678e4cb3683a.tar.gz
On DragonFly at least, -lm is needed for brust_szip. It doesn't hurt on
other platforms, so just add it.
Diffstat (limited to 'archivers/szip/patches')
-rw-r--r--archivers/szip/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/szip/patches/patch-aa b/archivers/szip/patches/patch-aa
new file mode 100644
index 00000000000..d62fc6545ca
--- /dev/null
+++ b/archivers/szip/patches/patch-aa
@@ -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