summaryrefslogtreecommitdiff
path: root/security/beecrypt
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-26 06:05:04 +0000
committersbd <sbd@pkgsrc.org>2012-01-26 06:05:04 +0000
commit954b27bde6360db87399bbb3360bc035d5bd05cc (patch)
treeb4c9d8e9801e31425370bdba3e806c64fc5bef4c /security/beecrypt
parent8cb985360b1d72ee752497e7e83d45bbe40e111e (diff)
downloadpkgsrc-954b27bde6360db87399bbb3360bc035d5bd05cc.tar.gz
In the section of configure that decides whether a libdir suffix should be
used, force it to be an empty (i.e no suffix).
Diffstat (limited to 'security/beecrypt')
-rw-r--r--security/beecrypt/distinfo4
-rw-r--r--security/beecrypt/patches/patch-configure13
-rw-r--r--security/beecrypt/patches/patch-configure.ac13
3 files changed, 29 insertions, 1 deletions
diff --git a/security/beecrypt/distinfo b/security/beecrypt/distinfo
index 4ff519c03ab..898770566c4 100644
--- a/security/beecrypt/distinfo
+++ b/security/beecrypt/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 13:10:05 agc Exp $
+$NetBSD: distinfo,v 1.6 2012/01/26 06:05:04 sbd Exp $
SHA1 (beecrypt-4.1.1.tar.gz) = 5731fd4c6f960a5e9474f1f87611f88667cf98da
RMD160 (beecrypt-4.1.1.tar.gz) = f284c702ef7b0fe703a669c7a18f0a89eaaa6f93
Size (beecrypt-4.1.1.tar.gz) = 774424 bytes
+SHA1 (patch-configure) = c0986fe4d454466fc5df600a489b18d776ce3632
+SHA1 (patch-configure.ac) = a1154ecad02465b85384944b53e18d3fbbb9e9d8
diff --git a/security/beecrypt/patches/patch-configure b/security/beecrypt/patches/patch-configure
new file mode 100644
index 00000000000..4a517e2d6e7
--- /dev/null
+++ b/security/beecrypt/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2012/01/26 06:05:04 sbd Exp $
+
+--- configure.orig 2004-11-19 12:33:58.000000000 +0000
++++ configure
+@@ -31826,7 +31826,7 @@ case $target_os in
+ linux*)
+ case $bc_target_arch in
+ powerpc64 | s390x | x86_64)
+- bc_libalt="64"
++ bc_libalt=""
+ ;;
+ esac
+ ;;
diff --git a/security/beecrypt/patches/patch-configure.ac b/security/beecrypt/patches/patch-configure.ac
new file mode 100644
index 00000000000..4f67cf6ca75
--- /dev/null
+++ b/security/beecrypt/patches/patch-configure.ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure.ac,v 1.1 2012/01/26 06:05:04 sbd Exp $
+
+--- configure.ac.orig 2004-11-19 12:33:00.000000000 +0000
++++ configure.ac
+@@ -602,7 +602,7 @@ case $target_os in
+ linux*)
+ case $bc_target_arch in
+ powerpc64 | s390x | x86_64)
+- bc_libalt="64"
++ bc_libalt=""
+ ;;
+ esac
+ ;;