diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 06:27:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 06:27:17 +0000 |
commit | 1504b8d6230391bd4f7946f6e8601017f2992a7a (patch) | |
tree | e6167bfb31ca1261dfd214bbc183cfc61adff66f /security/gnupg | |
parent | e769c5b0c553822f7c440ad729b452275f4ef3c7 (diff) | |
download | ports-1504b8d6230391bd4f7946f6e8601017f2992a7a.tar.gz ports-1504b8d6230391bd4f7946f6e8601017f2992a7a.zip |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index cb6b235397eb..7196802c5328 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -115,6 +115,8 @@ verify: checksum pre-configure: ${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" ${CONFIGURE_SUB} \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure + ${REINPLACE_CMD} -e "/#include <utmp.h>/d" \ + ${WRKSRC}/tools/symcryptrun.c post-install: PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |