Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 09:05:31 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341819 - head/audio/gnomoradio
Message-ID:  <201401300905.s0U95VAO049554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Jan 30 09:05:30 2014
New Revision: 341819
URL: http://svnweb.freebsd.org/changeset/ports/341819
QAT: https://qat.redports.org/buildarchive/r341819/

Log:
  - Get rid of PTHREAD_LIBS

Modified:
  head/audio/gnomoradio/Makefile

Modified: head/audio/gnomoradio/Makefile
==============================================================================
--- head/audio/gnomoradio/Makefile	Thu Jan 30 09:02:46 2014	(r341818)
+++ head/audio/gnomoradio/Makefile	Thu Jan 30 09:05:30 2014	(r341819)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401300905.s0U95VAO049554>