diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-13 15:47:13 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-13 15:47:13 +0000 |
commit | 480cb2de3ab60189703ea60780c651a6b4af190d (patch) | |
tree | 002bbdf676726d6c7c3f4f2a99034e5447ba13ee /net/gq | |
parent | 3fc70c5ddae3030684153fa76005a33213a4a65e (diff) |
Notes
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 2 |
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> |