diff options
author | tv <tv> | 2005-01-24 17:51:57 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-24 17:51:57 +0000 |
commit | 906ad543c43a118a0cba5b25b362eb69eb88365c (patch) | |
tree | 69b81dea897d7118aa7fee19ca14182877eded4d /archivers | |
parent | cc2926b2f75c1a087545575fe5719b3e62902a87 (diff) | |
download | pkgsrc-906ad543c43a118a0cba5b25b362eb69eb88365c.tar.gz |
Another Interix fix: Fix nonstatic linking in src/testing subdir.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dar/distinfo | 4 | ||||
-rw-r--r-- | archivers/dar/patches/patch-aj | 14 | ||||
-rw-r--r-- | archivers/dar/patches/patch-ak | 13 |
3 files changed, 30 insertions, 1 deletions
diff --git a/archivers/dar/distinfo b/archivers/dar/distinfo index c636973d563..f1e6aa4f386 100644 --- a/archivers/dar/distinfo +++ b/archivers/dar/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2005/01/24 16:58:06 tv Exp $ +$NetBSD: distinfo,v 1.5 2005/01/24 17:51:57 tv Exp $ SHA1 (dar-2.1.5.tar.gz) = 992836c05c685933e56e8035e00313008567948a Size (dar-2.1.5.tar.gz) = 652534 bytes @@ -11,3 +11,5 @@ SHA1 (patch-af) = 967783c3d53fb975d436662121dd8f9db285b9aa SHA1 (patch-ag) = c99b58ae072c22ec2e4b85a6fc9a35edb7968385 SHA1 (patch-ah) = 01916f19ad0e14d0840de5223d8625e610b83f51 SHA1 (patch-ai) = a22efc4a16f79ab80a74a3bae21f403d128f54ae +SHA1 (patch-aj) = 87aad964117f53b56acad9f9ba902a48adc01c24 +SHA1 (patch-ak) = e0d95bb0ff987cc7b6e32c38d3d47f693f7f8d93 diff --git a/archivers/dar/patches/patch-aj b/archivers/dar/patches/patch-aj new file mode 100644 index 00000000000..a8fbd26e948 --- /dev/null +++ b/archivers/dar/patches/patch-aj @@ -0,0 +1,14 @@ +$NetBSD: patch-aj,v 1.1 2005/01/24 17:51:57 tv Exp $ + +--- src/testing/Makefile.am.orig 2005-01-24 12:46:13.000000000 -0500 ++++ src/testing/Makefile.am +@@ -13,7 +13,9 @@ endif + + noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar + LDADD = -L../libdar -l$(MYLIB) ++if DEBUG_STATIC + AM_LDFLAGS = -all-static ++endif + noinst_HEADERS = testtools.hpp + + test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp diff --git a/archivers/dar/patches/patch-ak b/archivers/dar/patches/patch-ak new file mode 100644 index 00000000000..622748e46ca --- /dev/null +++ b/archivers/dar/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2005/01/24 17:51:57 tv Exp $ + +--- src/testing/Makefile.in.orig 2005-01-24 12:46:14.000000000 -0500 ++++ src/testing/Makefile.in +@@ -155,7 +155,7 @@ upx = @upx@ + + noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar + LDADD = -L../libdar -l$(MYLIB) +-AM_LDFLAGS = -all-static ++@DEBUG_STATIC_TRUE@AM_LDFLAGS = -all-static + noinst_HEADERS = testtools.hpp + + test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp |