diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-25 15:42:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-25 15:42:39 +0800 |
commit | f6ec7ebae23a3260b38e2bd5864b0f58fad71020 (patch) | |
tree | 61e914b6757373a0380133b518a45455304ddad6 /security/lsh | |
parent | ba1ab55223de7643293798078a4ff7ed61ef4447 (diff) | |
download | freebsd-ports-gnome-f6ec7ebae23a3260b38e2bd5864b0f58fad71020.tar.gz freebsd-ports-gnome-f6ec7ebae23a3260b38e2bd5864b0f58fad71020.tar.zst freebsd-ports-gnome-f6ec7ebae23a3260b38e2bd5864b0f58fad71020.zip |
- Fix build with CLANG
PR: 158184
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 1 | ||||
-rw-r--r-- | security/lsh/distinfo | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 8660b1fdaca5..400e57c6b003 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -18,6 +18,7 @@ COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 LIB_DEPENDS= oop:${PORTSDIR}/devel/liboop \ gmp.10:${PORTSDIR}/math/gmp +USE_CSTD= c89 GNU_CONFIGURE= yes USE_XORG= xau USE_GMAKE= yes diff --git a/security/lsh/distinfo b/security/lsh/distinfo index c67153c2eeda..e6ead819a068 100644 --- a/security/lsh/distinfo +++ b/security/lsh/distinfo @@ -1,3 +1,2 @@ -MD5 (lsh-2.0.4.tar.gz) = 621f4442332bb772b92d397d17ccaf02 SHA256 (lsh-2.0.4.tar.gz) = 614b9d63e13ad3e162c82b6405d1f67713fc622a8bc11337e72949d613713091 SIZE (lsh-2.0.4.tar.gz) = 2183843 |