diff options
Diffstat (limited to 'graphics/win32-codecs/files/patch-ae')
-rw-r--r-- | graphics/win32-codecs/files/patch-ae | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/win32-codecs/files/patch-ae b/graphics/win32-codecs/files/patch-ae new file mode 100644 index 000000000000..a981756b0a99 --- /dev/null +++ b/graphics/win32-codecs/files/patch-ae @@ -0,0 +1,24 @@ +--- aclocal.m4.orig Thu Oct 19 22:48:29 2000 ++++ aclocal.m4 Thu Oct 19 22:49:17 2000 +@@ -552,8 +552,8 @@ + LDFLAGS="-L$qt_libdir $X_LDFLAGS" + + if test "$qt_libdir" ; then +- ac_QT_NAME=-lqt +- AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt) ++ ac_QT_NAME=-lqt2 ++dnl AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt) + fi; + LIBS="$LIBS $ac_QT_NAME -lXext -lX11 $LIBSOCKET" + +@@ -592,8 +592,8 @@ + ]) + else + have_qt="yes" +- ac_QT_NAME=-lqt +- AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt) ++ ac_QT_NAME=-lqt2 ++dnl AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt) + LIBS="$LIBS $ac_QT_NAME -lXext -lX11 $LIBSOCKET" + fi + |