From 71249b3c9b63f7382d91275a0c2d2eaf303a44fe Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 1 Aug 2013 05:27:54 +0000 Subject: [PATCH] Fix build with clang --- graphics/qvplay/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index fdd65ed56d0c..9a03e1fd9ab0 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -12,6 +12,8 @@ COMMENT= Digital camera downloading tool for Casio QV series WRKSRC= ${WRKDIR}/QVplay095/obj/FreeBSD +CFLAGS+= -Wno-return-type +USE_CSTD= gnu89 GNU_CONFIGURE= yes PLIST_FILES= bin/qvalldel \