Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 14:42:54 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321390 - head/www/harvest
Message-ID:  <201306201442.r5KEgsDo054285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201442.r5KEgsDo054285>