diff options
Diffstat (limited to 'net/afpfs-ng/Makefile')
-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 |