summaryrefslogtreecommitdiff
path: root/security/beecrypt/patches
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/patches
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/patches')
-rw-r--r--security/beecrypt/patches/patch-configure13
-rw-r--r--security/beecrypt/patches/patch-configure.ac13
2 files changed, 26 insertions, 0 deletions
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
+ ;;