From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FC671395E2 for ; Sun, 27 Nov 2016 14:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E4BE0B07; Sun, 27 Nov 2016 14:23:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77AC1E0B07 for ; Sun, 27 Nov 2016 14:23:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CE823411D7 for ; Sun, 27 Nov 2016 14:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D10B49C for ; Sun, 27 Nov 2016 14:23:10 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1480256557.9689649680d89df42b039597310500fa99f2f56d.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/qd/files/qd-2.3.17-fix-build-system.patch X-VCS-Directories: sci-libs/qd/files/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 9689649680d89df42b039597310500fa99f2f56d X-VCS-Branch: master Date: Sun, 27 Nov 2016 14:23:10 +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: 0784c0c3-c97d-419c-85c7-8dc2d8ceacd7 X-Archives-Hash: f5960b559e5c324a48e147e8a84cdbb8 commit: 9689649680d89df42b039597310500fa99f2f56d Author: Andrey Grozin gentoo org> AuthorDate: Sun Nov 27 14:22:37 2016 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Nov 27 14:22:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96896496 sci-libs/qd: fixing somebody's typo in qd-2.3.17-fix-build-system.patch Bug: 600784 Package-Manager: portage-2.3.0 sci-libs/qd/files/qd-2.3.17-fix-build-system.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/qd/files/qd-2.3.17-fix-build-system.patch b/sci-libs/qd/files/qd-2.3.17-fix-build-system.patch index 696fb55..7fa3af7 100644 --- a/sci-libs/qd/files/qd-2.3.17-fix-build-system.patch +++ b/sci-libs/qd/files/qd-2.3.17-fix-build-system.patch @@ -173,7 +173,7 @@ Fix build system build_LDFLAGS="@LDFLAGS@" CXX="@CXX@" -CXXFLAGS="-I$includedir @REQ_CXXFLAGS@" -+CXXFLAGS="-I$includedir ++CXXFLAGS="-I$includedir" FC="@FC@" LDFLAGS="-L$libdir -lqd @LIBS@"