diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 21:25:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 21:25:35 +0000 |
commit | ed7057c1e500708834bb01d3c97d5ed7734485ea (patch) | |
tree | b309214cc07c24b2f49ba5bf27a51bd81e0693dd /security/zxid | |
parent | cb10f9c1219a2ce3f960ce30bce95948d7283301 (diff) | |
download | ports-ed7057c1e500708834bb01d3c97d5ed7734485ea.tar.gz ports-ed7057c1e500708834bb01d3c97d5ed7734485ea.zip |
Notes
Diffstat (limited to 'security/zxid')
-rw-r--r-- | security/zxid/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 66e247a6c3a1..f8ed1c58139a 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -18,7 +18,8 @@ MAKE_JOBS_UNSAFE= yes CFLAGS+= -D_LSEEK_DECLARED -fPIC MAKE_ARGS= CC="${CC}" CURL_ROOT="${LOCALBASE}" LD="${CC}" \ PREFIX="${PREFIX}" OPENSSL_ROOT="${OPENSSLBASE}" -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 USE_LDCONFIG= yes USE_OPENSSL= yes @@ -29,7 +30,7 @@ ZXID_BINS= smime zxcall zxcot zxdecode zxencdectest zxid zxidhlo \ .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e 's/__inline//g' ${WRKSRC}/c/zx-attrs.c + @${REINPLACE_CMD} -e '/which gcc/d' ${WRKSRC}/Makefile post-install: ${MKDIR} ${PREFIX}/include/zxid/ |