Added a modified ebuild for mail-client/mailody that
[underlay.git] / app-crypt / qca-ossl / files / qca-ossl-configure.patch
blob0313386f1955e71c405d2d3062169f57f34170e4
1 --- configure.old 2007-08-29 19:04:47.000000000 +0200
2 +++ configure 2007-08-29 19:22:36.000000000 +0200
3 @@ -1843,11 +1843,6 @@
4 if(!success)
5 return 1;
7 - // run qmake on the project file
8 - int ret = qc_runprogram(qmake_path, QStringList() << proPath, 0, true);
9 - if(ret != 0)
10 - return 1;
12 return 0;