aboutsummaryrefslogtreecommitdiff
path: root/net/afpfs-ng
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-14 11:09:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-14 11:09:16 +0000
commit0d5121c63cca4456ffef329f023a9286dd906e5a (patch)
tree5f6867ae7b855e9dea003b504595235b5269a600 /net/afpfs-ng
parent0e45c62718f625437c1f24e7ec894a9e19daab6d (diff)
downloadports-0d5121c63cca4456ffef329f023a9286dd906e5a.tar.gz
ports-0d5121c63cca4456ffef329f023a9286dd906e5a.zip
Fix build with clang remove USE_GCC=any
Notes
Notes: svn path=/head/; revision=327273
Diffstat (limited to 'net/afpfs-ng')
-rw-r--r--net/afpfs-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/afpfs-ng/Makefile b/net/afpfs-ng/Makefile
index 46ffc84e8ef9..6d78cc271fc1 100644
--- a/net/afpfs-ng/Makefile
+++ b/net/afpfs-ng/Makefile
@@ -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