Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 11:09:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327273 - head/net/afpfs-ng
Message-ID:  <201309141109.r8EB9GUt061046@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 14 11:09:16 2013
New Revision: 327273
URL: http://svnweb.freebsd.org/changeset/ports/327273

Log:
  Fix build with clang remove USE_GCC=any

Modified:
  head/net/afpfs-ng/Makefile

Modified: head/net/afpfs-ng/Makefile
==============================================================================
--- head/net/afpfs-ng/Makefile	Sat Sep 14 11:04:29 2013	(r327272)
+++ head/net/afpfs-ng/Makefile	Sat Sep 14 11:09:16 2013	(r327273)
@@ -19,7 +19,7 @@ ACLOCAL_ARGS=	-I.
 AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 
-CFLAGS+=	-D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include
+CFLAGS+=	-D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include -Wno-return-type
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAN1=		afpcmd.1 afpgetstatus.1



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