diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 11:09:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 11:09:16 +0000 |
commit | 0d5121c63cca4456ffef329f023a9286dd906e5a (patch) | |
tree | 5f6867ae7b855e9dea003b504595235b5269a600 /net | |
parent | 0e45c62718f625437c1f24e7ec894a9e19daab6d (diff) | |
download | ports-0d5121c63cca4456ffef329f023a9286dd906e5a.tar.gz ports-0d5121c63cca4456ffef329f023a9286dd906e5a.zip |
Notes
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 |