summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gstreamer-0.8.9/libm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gstreamer/gstreamer-0.8.9/libm.patch')
-rw-r--r--packages/gstreamer/gstreamer-0.8.9/libm.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/gstreamer/gstreamer-0.8.9/libm.patch b/packages/gstreamer/gstreamer-0.8.9/libm.patch
deleted file mode 100644
index 21ee09fc90..0000000000
--- a/packages/gstreamer/gstreamer-0.8.9/libm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gstreamer-0.8.9/configure.ac.old 2005-02-28 02:52:28.401347752 +0000
-+++ gstreamer-0.8.9/configure.ac 2005-02-28 02:52:29.728146048 +0000
-@@ -588,7 +588,7 @@
- dnl Private vars for libgst only
- GST_LIB_CFLAGS="$GST_PKG_CFLAGS $GST_INT_CFLAGS \
- $VALGRIND_CFLAGS -I\$(top_srcdir)"
--GST_LIB_LIBS="$XML_LIBS $GLIB_LIBS -lpopt $GST_PKG_LIBS $LTLIBINTL $VALGRIND_LIBS"
-+GST_LIB_LIBS="$XML_LIBS $GLIB_LIBS -lpopt $GST_PKG_LIBS $LTLIBINTL $VALGRIND_LIBS -lm"
- GST_LIB_LDFLAGS="$GST_LT_LDFLAGS -version-info $GST_LIBVERSION $EXPORT_LDFLAGS"
- AC_SUBST(GST_LIB_CFLAGS)
- AC_SUBST(GST_LIB_LIBS)