summaryrefslogtreecommitdiffstats
path: root/mageia/dependencies/qt3/qt-3.1.1-fix-xft2-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mageia/dependencies/qt3/qt-3.1.1-fix-xft2-compile.patch')
-rw-r--r--mageia/dependencies/qt3/qt-3.1.1-fix-xft2-compile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mageia/dependencies/qt3/qt-3.1.1-fix-xft2-compile.patch b/mageia/dependencies/qt3/qt-3.1.1-fix-xft2-compile.patch
new file mode 100644
index 000000000..001b73efc
--- /dev/null
+++ b/mageia/dependencies/qt3/qt-3.1.1-fix-xft2-compile.patch
@@ -0,0 +1,13 @@
+--- qt-x11-free-3.1.1/config.tests/x11/xfreetype.test-- 2002-12-17 17:26:19.000000000 +0100
++++ qt-x11-free-3.1.1/config.tests/x11/xfreetype.test 2002-12-17 17:36:31.000000000 +0100
+@@ -6,8 +6,8 @@ VERBOSE=$2
+ SRCDIR=$3
+ OUTDIR=$4
+ shift 4
+-IN_LIBDIRS=""
+-IN_INCDIRS=""
++IN_LIBDIRS="/usr/lib/"
++IN_INCDIRS="/usr/include/fontconfig /usr/include/Xft2 /usr/include/Xft2/X11/Xft"
+ PARAMS=$@
+ for PARAM in $PARAMS; do
+ PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'`