From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S5aeo-0001r0-4B for garchives@archives.gentoo.org; Thu, 08 Mar 2012 10:33:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBB86E05E8; Thu, 8 Mar 2012 10:33:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8879DE05E8 for ; Thu, 8 Mar 2012 10:33:06 +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 E27E61B401D for ; Thu, 8 Mar 2012 10:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A4435E5428 for ; Thu, 8 Mar 2012 10:33:04 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1329487362.d38e3019cc3ab1596b7b4e6d10b31875784d0d4d.xarthisius@gentoo> Subject: [gentoo-commits] dev/xarthisius:master commit in: opencl.eselect/ X-VCS-Repository: dev/xarthisius X-VCS-Files: opencl.eselect/opencl.eselect X-VCS-Directories: opencl.eselect/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: d38e3019cc3ab1596b7b4e6d10b31875784d0d4d X-VCS-Branch: master Date: Thu, 8 Mar 2012 10:33:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ebddfb1e-b3c4-4466-ac51-66de396f353e X-Archives-Hash: ec120b2bf698b9e8e12f2d6d91450e0c commit: d38e3019cc3ab1596b7b4e6d10b31875784d0d4d Author: Kacper Kowalik (Xarthisius) gmail c= om> AuthorDate: Fri Feb 17 14:02:42 2012 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Fri Feb 17 14:02:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/xarthisius.git= ;a=3Dcommit;h=3Dd38e3019 Add missing link to c++ header --- opencl.eselect/opencl.eselect | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opencl.eselect/opencl.eselect b/opencl.eselect/opencl.eselec= t index 6711423..59fb2b3 100644 --- a/opencl.eselect/opencl.eselect +++ b/opencl.eselect/opencl.eselect @@ -122,7 +122,7 @@ setup_includes_symlinks() { =20 mkdir -p "${target}" || die "Failed to create ${target}" pushd "${target}" &> /dev/null - for file in cl_ext.h cl_gl_ext.h cl_gl.h cl.h cl_platform.h opencl.h; = do + for file in cl_ext.h cl_gl_ext.h cl_gl.h cl.h cl_platform.h opencl.h c= l.hpp; do for sdir in "$@"; do if [[ -e ${sdir}/${file} ]]; then upgrade_file "${sdir}/${file}" "${target}"