From owner-svn-ports-all@freebsd.org Mon Dec 28 18:58:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8362A53416; Mon, 28 Dec 2015 18:58:53 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 985F31BD2; Mon, 28 Dec 2015 18:58:53 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSIwq3e007402; Mon, 28 Dec 2015 18:58:52 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSIwqBr007401; Mon, 28 Dec 2015 18:58:52 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512281858.tBSIwqBr007401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 28 Dec 2015 18:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404695 - head/graphics/libGL/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 18:58:53 -0000 Author: kwm Date: Mon Dec 28 18:58:52 2015 New Revision: 404695 URL: https://svnweb.freebsd.org/changeset/ports/404695 Log: Fix the build when libelf from ports is used (on dragonfly). Reported by: marino@ Added: head/graphics/libGL/files/patch-src__gallium__state_trackers__clover__Makefile.in (contents, props changed) Added: head/graphics/libGL/files/patch-src__gallium__state_trackers__clover__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libGL/files/patch-src__gallium__state_trackers__clover__Makefile.in Mon Dec 28 18:58:52 2015 (r404695) @@ -0,0 +1,12 @@ +diff --git a/src/gallium/state_trackers/clover/Makefile.in.orig b/src/gallium/state_trackers/clover/Makefile.in +index adf9af6..eac75af 100644 +--- src/gallium/state_trackers/clover/Makefile.in.orig ++++ src/gallium/state_trackers/clover/Makefile.in +@@ -644,6 +644,7 @@ libclllvm_la_CXXFLAGS = \ + $(VISIBILITY_CXXFLAGS) \ + $(LLVM_CXXFLAGS) \ + $(DEFINES) \ ++ $(LIBELF_CFLAGS) \ + -DLIBCLC_INCLUDEDIR=\"$(LIBCLC_INCLUDEDIR)/\" \ + -DLIBCLC_LIBEXECDIR=\"$(LIBCLC_LIBEXECDIR)/\" \ + -DCLANG_RESOURCE_DIR=\"$(CLANG_RESOURCE_DIR)\"