summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-03-24 00:31:57 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-03-24 00:31:57 +0000
commit27715886e8a718d418df32929705dc8f3c9acb0d (patch)
tree897f92c04efb1bf688bbb57999f9de8ed18408d8 /audio
parent- Drop unfetchable MASTER_SITES (diff)
- Change fixed -lpthread to ${PTHREAD_LIBS}
PR: 94794 Notified by: maintainer
Notes
Notes: svn path=/head/; revision=158038
Diffstat (limited to 'audio')
-rw-r--r--audio/gnuitar/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gnuitar/Makefile b/audio/gnuitar/Makefile
index 8c9e49dbe1a9..85c0462643eb 100644
--- a/audio/gnuitar/Makefile
+++ b/audio/gnuitar/Makefile
@@ -24,4 +24,8 @@ CONFIGURE_ARGS+=--with-gtk2 \
pre-fetch:
@${CAT} pkg-message
+post-patch:
+ @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
+ ${WRKSRC}/configure ${WRKSRC}/src/Makefile
+
.include <bsd.port.mk>