svn commit: r321040 - head/devel/pharmacy

William Grzybowski wg at FreeBSD.org
Sun Jun 16 11:37:55 UTC 2013


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 at 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"
 


More information about the svn-ports-all mailing list