svn commit: r324080 - head/graphics/qvplay

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 05:27:55 UTC 2013


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 \


More information about the svn-ports-head mailing list