diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-25 01:30:39 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-25 01:30:39 +0000 |
commit | df1a0cce0692ef43ded49f5bfb6c65d07ed5d13d (patch) | |
tree | 53ec7ca4d22626a815d666c0a7119ead7a587a70 /sysutils/bbsmount | |
parent | a73d9b05f69ab6bfca1fdd6ce1174d7377862627 (diff) | |
download | ports-df1a0cce0692ef43ded49f5bfb6c65d07ed5d13d.tar.gz ports-df1a0cce0692ef43ded49f5bfb6c65d07ed5d13d.zip |
- handle PTHREAD_LIBS which is removed in previous commit
- unbreak this port
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=120097
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 e33281e7a09f..9b2957d1f6bf 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" |