aboutsummaryrefslogtreecommitdiff
path: root/net/gq
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-06-13 15:47:13 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-06-13 15:47:13 +0000
commit480cb2de3ab60189703ea60780c651a6b4af190d (patch)
tree002bbdf676726d6c7c3f4f2a99034e5447ba13ee /net/gq
parent3fc70c5ddae3030684153fa76005a33213a4a65e (diff)
Notes
Diffstat (limited to 'net/gq')
-rw-r--r--net/gq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile
index 78560ab8c927..ed9e74d930da 100644
--- a/net/gq/Makefile
+++ b/net/gq/Makefile
@@ -26,7 +26,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE}
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -Wno-return-type
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.options.mk>