diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-08 18:37:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-08 18:37:57 +0800 |
commit | f77432f3fae4dad3e562f5714bf58f4c10dcbf9e (patch) | |
tree | da265db0ccfb6fe60831d4ead97baedb18375d63 /multimedia/gstreamer/files/patch-Makefile.in | |
parent | f7dc99c80a9f5db993b15b27c53df4332eef31b5 (diff) | |
download | marcuscom-ports-f77432f3fae4dad3e562f5714bf58f4c10dcbf9e.tar marcuscom-ports-f77432f3fae4dad3e562f5714bf58f4c10dcbf9e.tar.gz marcuscom-ports-f77432f3fae4dad3e562f5714bf58f4c10dcbf9e.tar.bz2 marcuscom-ports-f77432f3fae4dad3e562f5714bf58f4c10dcbf9e.tar.lz marcuscom-ports-f77432f3fae4dad3e562f5714bf58f4c10dcbf9e.tar.xz marcuscom-ports-f77432f3fae4dad3e562f5714bf58f4c10dcbf9e.tar.zst marcuscom-ports-f77432f3fae4dad3e562f5714bf58f4c10dcbf9e.zip |
Update to 0.10.27.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer/files/patch-Makefile.in')
-rw-r--r-- | multimedia/gstreamer/files/patch-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gstreamer/files/patch-Makefile.in b/multimedia/gstreamer/files/patch-Makefile.in new file mode 100644 index 000000000..fe7d89f4c --- /dev/null +++ b/multimedia/gstreamer/files/patch-Makefile.in @@ -0,0 +1,18 @@ +--- Makefile.in.orig 2009-10-19 00:06:14.000000000 +0200 ++++ Makefile.in 2009-10-19 00:07:47.000000000 +0200 +@@ -397,7 +397,6 @@ aclocaldir = $(datadir)/aclocal + aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4 + SUBDIRS = pkgconfig \ + gst libs plugins tools tests \ +- docs \ + po \ + common + +@@ -405,7 +404,6 @@ SUBDIRS = pkgconfig \ + # These are all the possible subdirs + DIST_SUBDIRS = pkgconfig \ + gst libs plugins tools tests \ +- docs \ + po \ + common + |