diff options
author | Andrey Grozin <grozin@gentoo.org> | 2016-11-27 21:22:37 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2016-11-27 21:22:37 +0700 |
commit | 9689649680d89df42b039597310500fa99f2f56d (patch) | |
tree | 5fa4e672e7704ced5ec41fb0245dd1bc59ce09b0 /sci-libs/qd | |
parent | x11-libs/gtk+: We are pulling adwaita-icon-theme already and we would like to... (diff) | |
download | gentoo-9689649680d89df42b039597310500fa99f2f56d.tar.gz gentoo-9689649680d89df42b039597310500fa99f2f56d.tar.bz2 gentoo-9689649680d89df42b039597310500fa99f2f56d.zip |
sci-libs/qd: fixing somebody's typo in qd-2.3.17-fix-build-system.patch
Bug: 600784
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/qd')
-rw-r--r-- | sci-libs/qd/files/qd-2.3.17-fix-build-system.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 696fb55b8663..7fa3af79895d 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@" |