Skip to content

Commit

Permalink
Attempt to properly fix parallel (-jX) build of `mail/fdm' by adding
Browse files Browse the repository at this point in the history
missing dependency of `lex.c' on later-generated `parse.h' (no other
file wants to include it).

Silence from:	dinoex (since 23 Jun)
  • Loading branch information
danfe authored and danfe committed Aug 30, 2017
1 parent 7c116de commit 4e298b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mail/fdm/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4e298b0

Please sign in to comment.