* Lots of Qt packages fail to build if the subdirectories of
$out/include aren't explicitly included in the include path. svn path=/nixpkgs/trunk/; revision=15820
This commit is contained in:
parent
32aa1eacf3
commit
9d25c4d4e2
@ -1,7 +1,5 @@
|
||||
export QTDIR=@out@
|
||||
|
||||
if [ -n "$qt4BadIncludes" ]; then
|
||||
for d in @out@/include/*; do
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d";
|
||||
done;
|
||||
fi
|
||||
for d in @out@/include/*; do
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user