summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-27 20:30:44 +0000
committerjoerg <joerg>2013-10-27 20:30:44 +0000
commitb08b2a71b1e8819fbc2c860a89e6d8c95a402124 (patch)
tree67fc0fea92f47c0cae7df41bc2d571e06ab7c3f7 /chat/silc-client
parent8e16bfa91692647106ed4b94898c529390cea48d (diff)
downloadpkgsrc-b08b2a71b1e8819fbc2c860a89e6d8c95a402124.tar.gz
Don't use -fno-regmove.
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/distinfo4
-rw-r--r--chat/silc-client/patches/patch-configure12
-rw-r--r--chat/silc-client/patches/patch-configure.ac12
3 files changed, 27 insertions, 1 deletions
diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo
index b0a7a41eeb4..dad3d4e3b60 100644
--- a/chat/silc-client/distinfo
+++ b/chat/silc-client/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.38 2012/02/28 17:37:10 hans Exp $
+$NetBSD: distinfo,v 1.39 2013/10/27 20:30:44 joerg Exp $
SHA1 (silc-client-1.1.8.tar.bz2) = 5936ab682e746ae413f938ce9c9b72215d6524c0
RMD160 (silc-client-1.1.8.tar.bz2) = a010384b5e498a62cc6cd69e97602f3118b64d2f
@@ -10,3 +10,5 @@ SHA1 (patch-ad) = 490e3b2a99e14683b9a0005494d29b5a91186755
SHA1 (patch-ae) = c5b21eb9d65cb0bbc685f5e771849f1ccf07681b
SHA1 (patch-af) = 29738fac989989fdd2a8865f9f5e2b3ea2ed7198
SHA1 (patch-ag) = f0700879a6780283f62bda7022e89d702876c916
+SHA1 (patch-configure) = 2c8d60e1b29a285f95cd73e77bcb9bfa9192094b
+SHA1 (patch-configure.ac) = c3f770c7b0199233a65181f77b55436bc76f0907
diff --git a/chat/silc-client/patches/patch-configure b/chat/silc-client/patches/patch-configure
new file mode 100644
index 00000000000..fb6c3a91928
--- /dev/null
+++ b/chat/silc-client/patches/patch-configure
@@ -0,0 +1,12 @@
+$NetBSD: patch-configure,v 1.1 2013/10/27 20:30:44 joerg Exp $
+
+--- configure.orig 2013-10-17 11:14:11.000000000 +0000
++++ configure
+@@ -22229,7 +22229,6 @@ esac
+ fi
+
+ tmp_CFLAGS="SILC_CRYPTO_CFLAGS"
+- SILC_CRYPTO_CFLAGS="${SILC_CRYPTO_CFLAGS} -fno-regmove"
+ { $as_echo "$as_me:$LINENO: checking whether $CC accepts -fno-regmove flag" >&5
+ $as_echo_n "checking whether $CC accepts -fno-regmove flag... " >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
diff --git a/chat/silc-client/patches/patch-configure.ac b/chat/silc-client/patches/patch-configure.ac
new file mode 100644
index 00000000000..337981cd70f
--- /dev/null
+++ b/chat/silc-client/patches/patch-configure.ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-configure.ac,v 1.1 2013/10/27 20:30:44 joerg Exp $
+
+--- configure.ac.orig 2013-10-17 11:14:15.000000000 +0000
++++ configure.ac
+@@ -1292,7 +1292,6 @@ case "$host_cpu" in
+ esac
+ fi
+
+-SILC_ADD_CC_FLAGS(SILC_CRYPTO, -fno-regmove)
+ if test x$summary_debug = xno -a x$want_cc_optimizations = xtrue; then
+ SILC_ADD_CC_FLAGS(SILC_CRYPTO, -fomit-frame-pointer -O3)
+ fi