svn commit: r321390 - head/www/harvest

Boris Samorodov bsam at FreeBSD.org
Thu Jun 20 14:42:54 UTC 2013


Author: bsam
Date: Thu Jun 20 14:42:53 2013
New Revision: 321390
URL: http://svnweb.freebsd.org/changeset/ports/321390

Log:
  Fix one character typo at Makefile header.

Modified:
  head/www/harvest/Makefile

Modified: head/www/harvest/Makefile
==============================================================================
--- head/www/harvest/Makefile	Thu Jun 20 14:42:30 2013	(r321389)
+++ head/www/harvest/Makefile	Thu Jun 20 14:42:53 2013	(r321390)
@@ -20,6 +20,7 @@ LIBTOOLFILES=	configure src/gatherer/cur
 USE_LDCONFIG=	yes
 NO_MTREE=		yes
 CONFIGURE_ARGS?=	--prefix=${PREFIX}/${PORTNAME} --without-wish
+CFLAGS+=	-Wno-return-type
 MAKE_JOBS_UNSAFE=	yes
 
 STRIP=		# none


More information about the svn-ports-all mailing list