From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13FB01381F3 for ; Mon, 16 Sep 2013 13:14:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A162FE0B57; Mon, 16 Sep 2013 13:14:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 210F0E0B57 for ; Mon, 16 Sep 2013 13:14:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ACC233EC7F for ; Mon, 16 Sep 2013 13:14:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B5E28E545E for ; Mon, 16 Sep 2013 13:14:27 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1379335202.cd66346e89fc2017b339f1babcbe636571e844eb.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-lib/files/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: sys-freebsd/freebsd-lib/files/freebsd-lib-9999-atfcxx.patch X-VCS-Directories: sys-freebsd/freebsd-lib/files/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: cd66346e89fc2017b339f1babcbe636571e844eb X-VCS-Branch: master Date: Mon, 16 Sep 2013 13:14:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a7eb5867-179c-4ca8-bce9-8c445bb6642f X-Archives-Hash: 353f9aaa3e60fd20761c7fb69d07275e commit: cd66346e89fc2017b339f1babcbe636571e844eb Author: Yuta SATOH gentoo gr jp> AuthorDate: Mon Sep 16 12:40:02 2013 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Mon Sep 16 12:40:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=cd66346e added freebsd-lib-9999-atfcxx.patch --- .../freebsd-lib/files/freebsd-lib-9999-atfcxx.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sys-freebsd/freebsd-lib/files/freebsd-lib-9999-atfcxx.patch b/sys-freebsd/freebsd-lib/files/freebsd-lib-9999-atfcxx.patch new file mode 100644 index 0000000..011582e --- /dev/null +++ b/sys-freebsd/freebsd-lib/files/freebsd-lib-9999-atfcxx.patch @@ -0,0 +1,16 @@ +diff --git a/lib/atf/libatf-c++/Makefile b/lib/atf/libatf-c++/Makefile +index 37d6073..47cb495 100644 +--- a/lib/atf/libatf-c++/Makefile ++++ b/lib/atf/libatf-c++/Makefile +@@ -46,6 +46,11 @@ CFLAGS+= -I. + + CFLAGS+= -DHAVE_CONFIG_H + ++CXXFLAGS+= -I${ATF} ++CXXFLAGS+= -I${.CURDIR}/../libatf-c ++CXXFLAGS+= -I. ++CXXFLAGS+= -DHAVE_CONFIG_H ++ + SRCS= application.cpp \ + build.cpp \ + check.cpp \