aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/win32-codecs/files/patch-ae
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-13 03:05:49 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-13 03:05:49 +0000
commit105055cfcc2d67c0f18ea2be2bcf52662513c287 (patch)
treee58dc2c7d1b7ad53ca5139db4486cfab6a8c264a /graphics/win32-codecs/files/patch-ae
parent7041a426cb8868a1b9931db9e01570e70186ee17 (diff)
Initial revision of this port. It will now have a history of its own. :)
Remove all non-codec related information. Also, add audio as a secondary category since the codecs cover video as well as audio only types. PR: 25035 Reviewed by: sobomax Approved by: maintainer
Diffstat (limited to 'graphics/win32-codecs/files/patch-ae')
-rw-r--r--graphics/win32-codecs/files/patch-ae19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/win32-codecs/files/patch-ae b/graphics/win32-codecs/files/patch-ae
deleted file mode 100644
index 38258f8a1512..000000000000
--- a/graphics/win32-codecs/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
---- aclocal.m4.orig Thu Dec 21 15:30:34 2000
-+++ aclocal.m4 Thu Dec 21 15:31:01 2000
-@@ -569,7 +569,7 @@
-
- if test "$qt_libdir" ; then
- ac_QT_NAME=$DEFAULTQTLIB
-- AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
-+dnl AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
- fi;
- LIBS="$LIBS $ac_QT_NAME -lXext -lX11 $LIBSOCKET"
-
-@@ -609,7 +609,7 @@
- else
- have_qt="yes"
- ac_QT_NAME=$DEFAULTQTLIB
-- AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
-+dnl AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
- LIBS="$LIBS $ac_QT_NAME -lXext -lX11 $LIBSOCKET"
- fi