summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
commit7d48260effbe5918b5e299173d49134f71a7a5f5 (patch)
tree03bcaa0a7a269e086e0a824cc5834cba5be0148d /multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in
parent5cf584c5931d71f29c1a616e77874d93372c28cb (diff)
downloadmarcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.gz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.bz2
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.lz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.xz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.zst
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in b/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in
deleted file mode 100644
index 0ee53a92e..000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- ext/libcaca/Makefile.in.orig Mon Oct 4 00:07:18 2004
-+++ ext/libcaca/Makefile.in Mon Oct 4 00:07:59 2004
-@@ -76,8 +76,7 @@
- pluginLTLIBRARIES_INSTALL = $(INSTALL)
- LTLIBRARIES = $(plugin_LTLIBRARIES)
- am__DEPENDENCIES_1 =
--libgstcacasink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
-- $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
-+libgstcacasink_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
- am_libgstcacasink_la_OBJECTS = libgstcacasink_la-gstcacasink.lo
- libgstcacasink_la_OBJECTS = $(am_libgstcacasink_la_OBJECTS)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-@@ -616,9 +615,7 @@
- plugin_LTLIBRARIES = libgstcacasink.la
- libgstcacasink_la_SOURCES = gstcacasink.c
- libgstcacasink_la_CFLAGS = $(GST_CFLAGS) $(LIBCACA_CFLAGS)
--libgstcacasink_la_LIBADD = $(LIBCACA_LIBS) \
-- $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
--
-+libgstcacasink_la_LIBADD = $(LIBCACA_LIBS) -lgstinterfaces-%%VERSION%%
- libgstcacasink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
- noinst_HEADERS = gstcacasink.h
- all: all-am