Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 17:49:17 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310287 - head/multimedia/lives
Message-ID:  <201301121749.r0CHnHkd012639@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Jan 12 17:49:16 2013
New Revision: 310287
URL: http://svnweb.freebsd.org/changeset/ports/310287

Log:
  Fix build with clang

Modified:
  head/multimedia/lives/Makefile

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Sat Jan 12 17:08:03 2013	(r310286)
+++ head/multimedia/lives/Makefile	Sat Jan 12 17:49:16 2013	(r310287)
@@ -66,6 +66,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME:L}
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_PKGCONFIG=	build
+USE_CSTD=	gnu89
 USE_ICONV=	yes
 USE_NCURSES=	yes
 USE_PYTHON=	yes



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