aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-08-16 21:26:41 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-08-16 21:26:41 +0000
commit0bdb9ea09bebc94ff9c8d2fda78e04d71d0c25a6 (patch)
treec30c9e019f73f9134c6fbb7603093a6fc5100da0 /irc/bitlbee
parent7188cfbaf77999c45827d9b72a83f997ab1b66ba (diff)
downloadports-0bdb9ea09bebc94ff9c8d2fda78e04d71d0c25a6.tar.gz
ports-0bdb9ea09bebc94ff9c8d2fda78e04d71d0c25a6.zip
- Fix WITH_SSP_PORTS build.
3.2.2 set the default EFLAGS to '-lm' which resulted in our LDFLAGS being added without a preceding space. Now just add our LDFLAGS on the end.
Notes
Notes: svn path=/head/; revision=365140
Diffstat (limited to 'irc/bitlbee')
-rw-r--r--irc/bitlbee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 16b370b3ea82..df07d94b8060 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -117,7 +117,7 @@ CONFIGURE_ARGS+=--purple=0
post-patch:
@${REINPLACE_CMD} \
- -e "s|^EFLAGS=|EFLAGS=${LDFLAGS}|" \
+ -e "s|^\(EFLAGS=.*\)|\1 ${LDFLAGS}|" \
${WRKSRC}/configure
@${REINPLACE_CMD} \