diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-30 17:05:30 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-30 17:05:30 +0800 |
commit | 8fa4c5cebf820c34d02d4f91502fc4d64147c389 (patch) | |
tree | 0def3ae6fb9e9c879d96d764527bd1dfaa00216f /audio/gnomoradio | |
parent | c2913b0041be8cc5dda5caaa347734f21c18ff75 (diff) | |
download | freebsd-ports-gnome-8fa4c5cebf820c34d02d4f91502fc4d64147c389.tar.gz freebsd-ports-gnome-8fa4c5cebf820c34d02d4f91502fc4d64147c389.tar.zst freebsd-ports-gnome-8fa4c5cebf820c34d02d4f91502fc4d64147c389.zip |
- Get rid of PTHREAD_LIBS
Diffstat (limited to 'audio/gnomoradio')
-rw-r--r-- | audio/gnomoradio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 818b7301cc96..bfc6bed3e82c 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -27,8 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|CCLD = $$(CC)|CCLD = $$(CXX)|; \ - s|-lpthread|${PTHREAD_LIBS}|' \ + @${REINPLACE_CMD} -e 's|CCLD = $$(CC)|CCLD = $$(CXX)|' \ ${WRKSRC}/roboradio/mp3/Makefile.in @${REINPLACE_CMD} -e 's|static char|static const char|' \ ${WRKSRC}/gnomoradio/*.xpm |