From fb999d5b7756cd763fe1b9ca5d6ddbbee801d3f7 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sun, 16 Jun 2013 11:37:55 +0000 Subject: [PATCH] devel/pharmacy: fix build with clang - Fix build with clang, -Wno-return-type - Add LICENSE (GPLv2) Approved by: culot / jpaetzel (mentors, implicit) --- devel/pharmacy/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/pharmacy/Makefile b/devel/pharmacy/Makefile index ef7acfa95cdd..b32c1fc7deb4 100644 --- a/devel/pharmacy/Makefile +++ b/devel/pharmacy/Makefile @@ -10,10 +10,13 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GNOME frontend for CVS +LICENSE= GPLv2 + USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext USE_GNOME= gnomeprefix gnomelibs GNU_CONFIGURE= yes +CPPFLAGS+= -Wno-return-type CONFIGURE_ENV+= CPPCFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib"