[packages/doxygen] - added libx32 to qt dirs
baggins
baggins at pld-linux.org
Thu Jan 1 18:44:02 CET 2015
commit 9e10fef2147afcd131e1f383779361b406571a4f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Jan 1 17:43:49 2015 +0000
- added libx32 to qt dirs
doxygen-qt-dirs.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doxygen-qt-dirs.patch b/doxygen-qt-dirs.patch
index cea7e7b..5a26027 100644
--- a/doxygen-qt-dirs.patch
+++ b/doxygen-qt-dirs.patch
@@ -5,7 +5,7 @@
echo " QTDIR environment variable not set!"
printf " Checking for Qt..."
- for d in /usr/{lib,share,qt}/{qt-4,qt4,qt,qt*,4} /usr; do
-+ for d in /usr/{lib64,lib,share,qt}/{qt-4,qt4,qt,qt*,4}; do
++ for d in /usr/{libx32,lib64,lib,share,qt}/{qt-4,qt4,qt,qt*,4}; do
if test -x "$d/bin/qmake"; then
QTDIR=$d
break 2
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/doxygen.git/commitdiff/9e10fef2147afcd131e1f383779361b406571a4f
More information about the pld-cvs-commit
mailing list