svn commit: r336349 - head/audio/scrobbler

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 14:51:54 UTC 2013


Author: bapt
Date: Fri Dec 13 14:51:53 2013
New Revision: 336349
URL: http://svnweb.freebsd.org/changeset/ports/336349

Log:
  Build fine with clang if the proper cstd is defined

Modified:
  head/audio/scrobbler/Makefile

Modified: head/audio/scrobbler/Makefile
==============================================================================
--- head/audio/scrobbler/Makefile	Fri Dec 13 14:48:26 2013	(r336348)
+++ head/audio/scrobbler/Makefile	Fri Dec 13 14:51:53 2013	(r336349)
@@ -18,9 +18,9 @@ CONFLICTS=	bmp-scrobbler-[0-9]* \
 		xmms-scrobbler-[0-9]*
 
 USES=		gmake pkgconfig
+USE_CSTD=	gnu89
 NO_STAGE=	yes
 USE_BZIP2=	yes
-USE_GCC=	any
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list