mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
* Also fix Unix tests, not just X11 tests. (Fixes a build error that
occurs if cups exists in /usr/lib.) svn path=/nixpkgs/trunk/; revision=2068
This commit is contained in:
parent
44fa4a2980
commit
0159c5f8de
@ -7,7 +7,7 @@ preConfigure() {
|
||||
# Patch some of the configure files a bit to get of global paths.
|
||||
# (Buildings using stuff in those paths will fail anyway, but it
|
||||
# will cause ./configure misdetections).
|
||||
for i in config.tests/x11/*.test mkspecs/*/qmake.conf; do
|
||||
for i in config.tests/*/*.test mkspecs/*/qmake.conf; do
|
||||
echo "patching $i..."
|
||||
sed < $i > $i.tmp \
|
||||
-e 's^ /lib^ /FOO^g' \
|
||||
|
Loading…
Reference in New Issue
Block a user