diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-30 09:05:30 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-30 09:05:30 +0000 |
commit | 2cad7abdd387e680af2f7f3e0fd43cc767cbb68f (patch) | |
tree | 0def3ae6fb9e9c879d96d764527bd1dfaa00216f /audio | |
parent | bb4ce87ef0a51f5591323723e337ff594fb8e112 (diff) | |
download | ports-2cad7abdd387e680af2f7f3e0fd43cc767cbb68f.tar.gz ports-2cad7abdd387e680af2f7f3e0fd43cc767cbb68f.zip |
Notes
Diffstat (limited to 'audio')
-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 |