--- qt-everywhere-opensource-src-4.7.0/configure.orig	2010-09-10 05:04:46.000000000 -0400
+++ qt-everywhere-opensource-src-4.7.0/configure	2010-11-02 12:09:12.000000000 -0400
@@ -2363,7 +2363,7 @@
     # A simple "cp -rs" doesn't work on Mac. :(
     rm -rf "$outpath/mkspecs/features"
     find "$relpath/mkspecs/features" -type d | sed "s,^$relpath,$outpath," | xargs mkdir -p
-    find "$relpath/mkspecs/features" -type f | sed "s,^$relpath/,," | xargs -n 1 -I % ln -s "$relpath/%" "$outpath/%"
+    find "$relpath/mkspecs/features" -type f | sed "s,^$relpath/,," | while read f; do ln -s "$relpath/$f" "$outpath/$f"; done
 
     # symlink the doc directory
     rm -rf "$outpath/doc"
