diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-26 06:05:04 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-26 06:05:04 +0000 |
commit | 954b27bde6360db87399bbb3360bc035d5bd05cc (patch) | |
tree | b4c9d8e9801e31425370bdba3e806c64fc5bef4c /security/beecrypt/patches | |
parent | 8cb985360b1d72ee752497e7e83d45bbe40e111e (diff) | |
download | pkgsrc-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-configure | 13 | ||||
-rw-r--r-- | security/beecrypt/patches/patch-configure.ac | 13 |
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 + ;; |