svn commit: r382238 - head/audio/ices

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 25 15:45:01 UTC 2015


Author: sunpoet
Date: Wed Mar 25 15:45:00 2015
New Revision: 382238
URL: https://svnweb.freebsd.org/changeset/ports/382238
QAT: https://qat.redports.org/buildarchive/r382238/

Log:
  - Use -lpthread instead of -pthread

Modified:
  head/audio/ices/Makefile

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Wed Mar 25 15:44:52 2015	(r382237)
+++ head/audio/ices/Makefile	Wed Mar 25 15:45:00 2015	(r382238)
@@ -25,7 +25,7 @@ OPTIONS_DEFINE=	ALSA
 CONFIGURE_ARGS=	--disable-roaraudio --disable-sun-audio
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib -pthread
+LDFLAGS+=	-L${LOCALBASE}/lib -lpthread
 USE_GNOME=	libxml2
 USES=		gmake iconv pkgconfig tar:bzip2
 


More information about the svn-ports-head mailing list