Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 05:27:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324080 - head/graphics/qvplay
Message-ID:  <201308010527.r715Rsar059030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Aug  1 05:27:54 2013
New Revision: 324080
URL: http://svnweb.freebsd.org/changeset/ports/324080

Log:
  Fix build with clang

Modified:
  head/graphics/qvplay/Makefile

Modified: head/graphics/qvplay/Makefile
==============================================================================
--- head/graphics/qvplay/Makefile	Thu Aug  1 01:54:24 2013	(r324079)
+++ head/graphics/qvplay/Makefile	Thu Aug  1 05:27:54 2013	(r324080)
@@ -12,6 +12,8 @@ COMMENT=	Digital camera downloading tool
 
 WRKSRC=		${WRKDIR}/QVplay095/obj/FreeBSD
 
+CFLAGS+=	-Wno-return-type
+USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/qvalldel \



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