diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:13:00 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:13:00 +0200 |
commit | 0704427510fa18d90170cf13d1fd81e446a1d3b0 (patch) | |
tree | f88eb0400bf4608d95808aeea656185634b9c0fc /mageia/dependencies/qt3/qt-3.3.2-fix-configure.patch | |
parent | 9f07f141355cd13d40a39a2f123c6516209c5fcf (diff) | |
download | tde-packaging-0704427510fa18d90170cf13d1fd81e446a1d3b0.tar.gz tde-packaging-0704427510fa18d90170cf13d1fd81e446a1d3b0.zip |
Mageia: initial QT3 version for TDE 3.5.13
Diffstat (limited to 'mageia/dependencies/qt3/qt-3.3.2-fix-configure.patch')
-rw-r--r-- | mageia/dependencies/qt3/qt-3.3.2-fix-configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mageia/dependencies/qt3/qt-3.3.2-fix-configure.patch b/mageia/dependencies/qt3/qt-3.3.2-fix-configure.patch new file mode 100644 index 000000000..d567126c9 --- /dev/null +++ b/mageia/dependencies/qt3/qt-3.3.2-fix-configure.patch @@ -0,0 +1,11 @@ +--- qt-x11-free-3.3.2/configure-- 2004-06-03 09:44:18.137414194 +0200 ++++ qt-x11-free-3.3.2/configure 2004-06-03 09:44:54.007847860 +0200 +@@ -3189,7 +3189,7 @@ if [ -n "$QCONFIG_FLAGS" ]; then + + cat >>$outpath/include/qconfig.h.new << EOF + #ifndef $cfg +-# define $cfg ++#define $cfg + #endif + + EOF |