diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 05:27:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 05:27:54 +0000 |
commit | 71249b3c9b63f7382d91275a0c2d2eaf303a44fe (patch) | |
tree | ea598050e3156c42598056328663cac27a180f36 /graphics | |
parent | 13b9045987b2839ec7eb1d4a91e275e4eb548db7 (diff) | |
download | ports-71249b3c9b63f7382d91275a0c2d2eaf303a44fe.tar.gz ports-71249b3c9b63f7382d91275a0c2d2eaf303a44fe.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qvplay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |