Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qd/files/
Date: Sun, 27 Nov 2016 14:23:14
Message-Id: 1480256557.9689649680d89df42b039597310500fa99f2f56d.grozin@gentoo
1 commit: 9689649680d89df42b039597310500fa99f2f56d
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 14:22:37 2016 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 14:22:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96896496
7
8 sci-libs/qd: fixing somebody's typo in qd-2.3.17-fix-build-system.patch
9
10 Bug: 600784
11
12 Package-Manager: portage-2.3.0
13
14 sci-libs/qd/files/qd-2.3.17-fix-build-system.patch | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index 696fb55..7fa3af7 100644
19 --- a/sci-libs/qd/files/qd-2.3.17-fix-build-system.patch
20 +++ b/sci-libs/qd/files/qd-2.3.17-fix-build-system.patch
21 @@ -173,7 +173,7 @@ Fix build system
22 build_LDFLAGS="@LDFLAGS@"
23 CXX="@CXX@"
24 -CXXFLAGS="-I$includedir @REQ_CXXFLAGS@"
25 -+CXXFLAGS="-I$includedir
26 ++CXXFLAGS="-I$includedir"
27 FC="@FC@"
28
29 LDFLAGS="-L$libdir -lqd @LIBS@"