summaryrefslogtreecommitdiffstats
path: root/mageia/dependencies/qt3/qt-3.3.2-fix-configure.patch
diff options
context:
space:
mode:
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.patch11
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