mgorny 15/03/08 14:01:56 Added: freebsd-libexec-10.0-atf-check.patch Log: Add FreeBSD 10.1 ebuilds, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/46 by nigoro. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.1 sys-freebsd/freebsd-libexec/files/freebsd-libexec-10.0-atf-check.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-libexec/files/freebsd-libexec-10.0-atf-check.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-libexec/files/freebsd-libexec-10.0-atf-check.patch?rev=1.1&content-type=text/plain Index: freebsd-libexec-10.0-atf-check.patch =================================================================== diff --git a/libexec/atf/Makefile.inc b/libexec/atf/Makefile.inc index a28f546..9f55937 100644 --- a/libexec/atf/Makefile.inc +++ b/libexec/atf/Makefile.inc @@ -27,6 +27,6 @@ ATF = ${.CURDIR}/../../../contrib/atf -CFLAGS+= -DHAVE_CONFIG_H +CXXFLAGS+= -DHAVE_CONFIG_H WARNS?= 3 diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index fafb1e4..3710403 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -34,7 +34,7 @@ PROG_CXX= atf-check SRCS= atf-check.cpp MAN= atf-check.1 -CFLAGS+= -I${ATF} +CXXFLAGS+= -I${ATF} DPADD+= ${LIBATF_CXX} ${LIBATF_C}
