From owner-svn-ports-head@FreeBSD.ORG Thu Jun 13 15:47:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A0127EF8; Thu, 13 Jun 2013 15:47:13 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 92771132D; Thu, 13 Jun 2013 15:47:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DFlDD8009231; Thu, 13 Jun 2013 15:47:13 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DFlDt0009230; Thu, 13 Jun 2013 15:47:13 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306131547.r5DFlDt0009230@svn.freebsd.org> From: Boris Samorodov Date: Thu, 13 Jun 2013 15:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320808 - head/net/gq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 15:47:13 -0000 Author: bsam Date: Thu Jun 13 15:47:13 2013 New Revision: 320808 URL: http://svnweb.freebsd.org/changeset/ports/320808 Log: Fix building with clang (CPPFLAGS+=-Wno-return-type). Modified: head/net/gq/Makefile Modified: head/net/gq/Makefile ============================================================================== --- head/net/gq/Makefile Thu Jun 13 15:30:22 2013 (r320807) +++ head/net/gq/Makefile Thu Jun 13 15:47:13 2013 (r320808) @@ -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