summaryrefslogtreecommitdiff
path: root/dev-python/gst-python/files/gst-python-0.10.9-lazy.patch
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-06-20 23:29:42 +0300
committerMart Raudsepp <leio@gentoo.org>2019-06-21 00:25:21 +0300
commit547e36c0eb9486c2a51ee9728447b5fbec70d70d (patch)
treee943b1bedc47c44c7f7168573e7f0b133178cb38 /dev-python/gst-python/files/gst-python-0.10.9-lazy.patch
parentab3ac484f45d654c5320028aab762976590bb6a4 (diff)
downloadgentoo-547e36c0eb9486c2a51ee9728447b5fbec70d70d.tar.gz
gentoo-547e36c0eb9486c2a51ee9728447b5fbec70d70d.tar.bz2
gentoo-547e36c0eb9486c2a51ee9728447b5fbec70d70d.zip
dev-python/gst-python: remove gstreamer 0.10
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python/gst-python/files/gst-python-0.10.9-lazy.patch')
-rw-r--r--dev-python/gst-python/files/gst-python-0.10.9-lazy.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/gst-python/files/gst-python-0.10.9-lazy.patch b/dev-python/gst-python/files/gst-python-0.10.9-lazy.patch
deleted file mode 100644
index 880d5508b2ee..000000000000
--- a/dev-python/gst-python/files/gst-python-0.10.9-lazy.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur gst-python-0.10.9.orig/configure.ac gst-python-0.10.9/configure.ac
---- gst-python-0.10.9.orig/configure.ac 2007-11-28 11:33:05.000000000 +0200
-+++ gst-python-0.10.9/configure.ac 2007-11-28 18:09:48.000000000 +0200
-@@ -363,6 +363,17 @@
-
- AG_GST_VALGRIND_CHECK
-
-+AC_MSG_CHECKING([whether $LD accepts -z,lazy])
-+case `$LD -z,lazy -v 2>&1 </dev/null` in
-+*GNU* | *'with BFD'*)
-+ LDFLAGS="$LDFLAGS -Wl,-z,lazy"
-+ AC_MSG_RESULT([yes])
-+ ;;
-+*)
-+ AC_MSG_RESULT([no])
-+ ;;
-+esac
-+
- AC_OUTPUT([
- Makefile
- codegen/Makefile