From 112f62e6b9a1ec43ddc94a4694095f410e4b643e Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 25 Mar 2015 21:37:39 +0000 Subject: audio category: Remove $PTHREAD_LIBS xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket --- audio/squash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/squash') diff --git a/audio/squash/Makefile b/audio/squash/Makefile index 054d5efaaf81..2b072eff1433 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -29,9 +29,9 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * post-patch: - @${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS} ${PTHREAD_CFLAGS}|; \ + @${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS}|; \ s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \ - s|-lpthread|${PTHREAD_LIBS}|; s|-ldl|-L${LOCALBASE}/lib|" ${WRKSRC}/Makefile + s|-ldl|-L${LOCALBASE}/lib|" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s,/usr/bin/ruby,${RUBY}," \ ${WRKSRC}/extra/*.rb @${REINPLACE_CMD} -e "s,/etc/squash.conf,${PREFIX}/etc/squash.conf," \ -- cgit v1.2.3