aboutsummaryrefslogtreecommitdiff
path: root/mail/fdm
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-08-30 10:33:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-08-30 10:33:51 +0000
commit75a2afc8f6d7bc353644543c61b06f302df203d9 (patch)
treeb706466dcfa5413c2cf0b1c71b1946533d959966 /mail/fdm
parent1d028083767cc3b4df24e1a57af0a064163f2e54 (diff)
downloadports-75a2afc8f6d7bc353644543c61b06f302df203d9.tar.gz
ports-75a2afc8f6d7bc353644543c61b06f302df203d9.zip
Attempt to properly fix parallel (-jX) build of `mail/fdm' by adding
missing dependency of `lex.c' on later-generated `parse.h' (no other file wants to include it). Silence from: dinoex (since 23 Jun)
Notes
Notes: svn path=/head/; revision=448968
Diffstat (limited to 'mail/fdm')
-rw-r--r--mail/fdm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile
index ef51d63bc16c..68838fad94b1 100644
--- a/mail/fdm/Makefile
+++ b/mail/fdm/Makefile
@@ -13,8 +13,6 @@ LICENSE= ISCL
LIB_DEPENDS= libtdb.so:databases/tdb
-MAKE_JOBS_UNSAFE= yes
-
USE_GITHUB= yes
GH_ACCOUNT= nicm
USES= autoreconf:build ssl
@@ -34,6 +32,7 @@ PCRE_LIB_DEPENDS=libpcre.so:devel/pcre
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/*.[15] ${WRKSRC}/MANUAL
+ @${ECHO_CMD} 'lex.c: parse.h' >> ${WRKSRC}/Makefile.am
pre-configure:
@cd ${WRKSRC} && sh autogen.sh