Thu Jan 26 06:05:04 2012 UTC ()
In the section of configure that decides whether a libdir suffix should be
used, force it to be an empty (i.e no suffix).


(sbd)
diff -r1.5 -r1.6 pkgsrc/security/beecrypt/distinfo
diff -r0 -r1.1 pkgsrc/security/beecrypt/patches/patch-configure
diff -r0 -r1.1 pkgsrc/security/beecrypt/patches/patch-configure.ac

cvs diff -r1.5 -r1.6 pkgsrc/security/beecrypt/distinfo (expand / switch to unified diff)

--- pkgsrc/security/beecrypt/distinfo 2005/02/24 13:10:05 1.5
+++ pkgsrc/security/beecrypt/distinfo 2012/01/26 06:05:04 1.6
@@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
1$NetBSD: distinfo,v 1.5 2005/02/24 13:10:05 agc Exp $ 1$NetBSD: distinfo,v 1.6 2012/01/26 06:05:04 sbd Exp $
2 2
3SHA1 (beecrypt-4.1.1.tar.gz) = 5731fd4c6f960a5e9474f1f87611f88667cf98da 3SHA1 (beecrypt-4.1.1.tar.gz) = 5731fd4c6f960a5e9474f1f87611f88667cf98da
4RMD160 (beecrypt-4.1.1.tar.gz) = f284c702ef7b0fe703a669c7a18f0a89eaaa6f93 4RMD160 (beecrypt-4.1.1.tar.gz) = f284c702ef7b0fe703a669c7a18f0a89eaaa6f93
5Size (beecrypt-4.1.1.tar.gz) = 774424 bytes 5Size (beecrypt-4.1.1.tar.gz) = 774424 bytes
 6SHA1 (patch-configure) = c0986fe4d454466fc5df600a489b18d776ce3632
 7SHA1 (patch-configure.ac) = a1154ecad02465b85384944b53e18d3fbbb9e9d8

File Added: pkgsrc/security/beecrypt/patches/patch-configure
$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
   ;;

File Added: pkgsrc/security/beecrypt/patches/patch-configure.ac
$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
   ;;