]> git.pld-linux.org Git - packages/qt.git/blob - qt-configure.patch
- desc why patches are commented out
[packages/qt.git] / qt-configure.patch
1 diff -ur qt-x11-free-3.0.5.orig/configure qt-x11-free-3.0.5/configure
2 --- qt-x11-free-3.0.5.orig/configure    Thu Jul  4 08:37:30 2002
3 +++ qt-x11-free-3.0.5/configure Wed Jul 31 12:53:08 2002
4 @@ -2297,8 +2297,8 @@
5  #define QT_BUILD_KEY "$QT_BUILD_KEY"
6  EOF
7  [ '!' -z "$LicenseKey" ] && echo "#define QT_PRODUCT_LICENSEKEY \"$LicenseKey\"" >>$outpath/include/qconfig.h.new
8 -[ '!' -z "$QT_INSTALL_PLUGINS" ] && echo "#define QT_INSTALL_PLUGINS ${QT_INSTALL_PLUGINS}" >>$outpath/include/qconfig.h.new
9 -[ '!' -z "$QT_INSTALL_DATA" ]    && echo "#define QT_INSTALL_DATA    ${QT_INSTALL_DATA}"    >>$outpath/include/qconfig.h.new
10 +[ '!' -z "$QT_INSTALL_PLUGINS" ] && echo "#define QT_INSTALL_PLUGINS \"${QT_INSTALL_PLUGINS}\"" >>$outpath/include/qconfig.h.new
11 +[ '!' -z "$QT_INSTALL_DATA" ]    && echo "#define QT_INSTALL_DATA    \"${QT_INSTALL_DATA}\""    >>$outpath/include/qconfig.h.new
12  
13  # avoid unecessary rebuilds by copying only if qconfig.h has changed
14  if cmp -s $outpath/include/qconfig.h $outpath/include/qconfig.h.new; then
15 Only in qt-x11-free-3.0.5.orig/include: qt_windows.h
This page took 0.038288 seconds and 3 git commands to generate.