Date: Sun, 16 Jun 2013 11:37:55 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321040 - head/devel/pharmacy Message-ID: <201306161137.r5GBbtDn098592@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Jun 16 11:37:55 2013 New Revision: 321040 URL: http://svnweb.freebsd.org/changeset/ports/321040 Log: devel/pharmacy: fix build with clang - Fix build with clang, -Wno-return-type - Add LICENSE (GPLv2) Approved by: culot / jpaetzel (mentors, implicit) Modified: head/devel/pharmacy/Makefile Modified: head/devel/pharmacy/Makefile ============================================================================== --- head/devel/pharmacy/Makefile Sun Jun 16 11:34:53 2013 (r321039) +++ head/devel/pharmacy/Makefile Sun Jun 16 11:37:55 2013 (r321040) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306161137.r5GBbtDn098592>