diff options
author | leeym <leeym@FreeBSD.org> | 2004-10-25 01:30:39 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-10-25 01:30:39 +0000 |
commit | c02e5e0cb7d2525b70e4610fc5c1749dd3c47759 (patch) | |
tree | bb4eef7414ec3b8d6f42b13d53fe1bc7faf36d8f /sysutils/bbsmount | |
parent | 59fe34265aa62111eeb2d167fe7ea359201816e0 (diff) | |
download | FreeBSD-ports-c02e5e0cb7d2525b70e4610fc5c1749dd3c47759.zip FreeBSD-ports-c02e5e0cb7d2525b70e4610fc5c1749dd3c47759.tar.gz |
- handle PTHREAD_LIBS which is removed in previous commit
- unbreak this port
Noticed by: kris
Diffstat (limited to 'sysutils/bbsmount')
-rw-r--r-- | sysutils/bbsmount/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/bbsmount/Makefile b/sysutils/bbsmount/Makefile index e33281e..9b2957d 100644 --- a/sysutils/bbsmount/Makefile +++ b/sysutils/bbsmount/Makefile @@ -22,6 +22,10 @@ GNU_CONFIGURE= yes USE_GCC= 2.95 PORTDOCS= README BUGS NEWS AUTHORS ChangeLog +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} + post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation" |