summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2016-11-27 21:22:37 +0700
committerAndrey Grozin <grozin@gentoo.org>2016-11-27 21:22:37 +0700
commit9689649680d89df42b039597310500fa99f2f56d (patch)
tree5fa4e672e7704ced5ec41fb0245dd1bc59ce09b0 /sci-libs
parentx11-libs/gtk+: We are pulling adwaita-icon-theme already and we would like to... (diff)
downloadgentoo-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')
-rw-r--r--sci-libs/qd/files/qd-2.3.17-fix-build-system.patch2
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@"