* 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:
@@ -1,7 +1,5 @@
|
|||||||
export QTDIR=@out@
|
export QTDIR=@out@
|
||||||
|
|
||||||
if [ -n "$qt4BadIncludes" ]; then
|
for d in @out@/include/*; do
|
||||||
for d in @out@/include/*; do
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d"
|
||||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d";
|
done
|
||||||
done;
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user