svn commit: r327273 - head/net/afpfs-ng
Baptiste Daroussin
bapt at FreeBSD.org
Sat Sep 14 11:09:16 UTC 2013
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
More information about the svn-ports-head
mailing list