diff options
author | Koop Mast <kwm@FreeBSD.org> | 2008-10-12 16:10:53 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2008-10-12 16:10:53 +0000 |
commit | 0a15a2fe54a974fc12f7c9ab794e88c362e2ee5e (patch) | |
tree | 2d4b804fbf30552956c139348d582c79ef464ce3 /multimedia | |
parent | 99f559cbb4da5c91dd8bd7f4268da656d6d84189 (diff) | |
download | ports-0a15a2fe54a974fc12f7c9ab794e88c362e2ee5e.tar.gz ports-0a15a2fe54a974fc12f7c9ab794e88c362e2ee5e.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-Makefile.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-Makefile.in b/multimedia/gstreamer-plugins/files/patch-Makefile.in index 0ef0a5c23181..7ed1748b3b1e 100644 --- a/multimedia/gstreamer-plugins/files/patch-Makefile.in +++ b/multimedia/gstreamer-plugins/files/patch-Makefile.in @@ -1,9 +1,10 @@ ---- Makefile.in.orig Tue Jun 5 12:43:40 2007 -+++ Makefile.in Tue Jun 5 12:43:53 2007 -@@ -423,14 +423,12 @@ +--- Makefile.in.orig 2008-10-02 22:46:23.000000000 +0000 ++++ Makefile.in 2008-10-12 17:59:39.000000000 +0000 +@@ -359,19 +359,15 @@ + gst-libs \ gst sys $(SUBDIRS_EXT) \ tools \ - tests \ +- tests \ - docs \ po \ common \ @@ -15,3 +16,7 @@ gst-libs \ gst sys ext \ tools \ +- tests \ + po \ + common \ + m4 \ |