diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2008-04-28 10:52:40 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2008-04-28 10:52:40 +0000 |
commit | d53d7b9ff0afcc8fe5eb2ad67e62ed75a2381605 (patch) | |
tree | a0e73cbb307e1f6d879408d09e580539ab493e1a /security | |
parent | 7634cc570d592bf4748233e16ad53f5ada189f92 (diff) | |
download | pkgsrc-d53d7b9ff0afcc8fe5eb2ad67e62ed75a2381605.tar.gz |
New patch required for 0.9.17
Diffstat (limited to 'security')
-rw-r--r-- | security/libprelude/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libprelude/patches/patch-ae b/security/libprelude/patches/patch-ae new file mode 100644 index 00000000000..26c844ee5ac --- /dev/null +++ b/security/libprelude/patches/patch-ae @@ -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; } + |