diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-14 19:09:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-14 19:09:16 +0800 |
commit | f6b130f77c618b94fb10af69236c96333dd01321 (patch) | |
tree | 5f6867ae7b855e9dea003b504595235b5269a600 /net | |
parent | 39885567e53b024f445fd35027853644bd75f3db (diff) | |
download | freebsd-ports-gnome-f6b130f77c618b94fb10af69236c96333dd01321.tar.gz freebsd-ports-gnome-f6b130f77c618b94fb10af69236c96333dd01321.tar.zst freebsd-ports-gnome-f6b130f77c618b94fb10af69236c96333dd01321.zip |
Fix build with clang remove USE_GCC=any
Diffstat (limited to 'net')
-rw-r--r-- | net/afpfs-ng/Makefile | 2 |
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 |