pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libprelude/patches New patch required for 0.9.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e12f1e0d527
branches:  trunk
changeset: 541924:4e12f1e0d527
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Apr 28 10:52:40 2008 +0000

description:
New patch required for 0.9.17

diffstat:

 security/libprelude/patches/patch-ae |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 51dd52826ba8 -r 4e12f1e0d527 security/libprelude/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libprelude/patches/patch-ae      Mon Apr 28 10:52:40 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2008/04/28 10:52:40 shannonjr Exp $
+
+--- configure.orig     2008-04-25 07:08:22.000000000 -0600
++++ configure
+@@ -44961,7 +44961,7 @@ fi
+ 
+ { echo "$as_me:$LINENO: checking for cpu-specific compiler flags" >&5
+ echo $ECHO_N "checking for cpu-specific compiler flags... $ECHO_C" >&6; }
+-if test "$host_cpu" == "x86_64" && test $enable_static = "yes"; then
++if test "$host_cpu" = "x86_64" && test $enable_static = "yes"; then
+         { echo "$as_me:$LINENO: result: x86_64/static: adding -fPIC" >&5
+ echo "${ECHO_T}x86_64/static: adding -fPIC" >&6; }
+ 



Home | Main Index | Thread Index | Old Index