aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-03-30 13:31:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-03-30 13:31:29 +0000
commite6f589f753f684115f4f4153587c8010a1840622 (patch)
treed819864f86c40f861252487a8c90b85cf51b89a4 /multimedia/gstreamer-plugins/files
parent195941eae687164f460a7ef72d278b7959b47942 (diff)
downloadports-e6f589f753f684115f4f4153587c8010a1840622.tar.gz
ports-e6f589f753f684115f4f4153587c8010a1840622.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins/files')
-rw-r--r--multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in
index ccbc28e5d4aa..0dc53a0dbb4f 100644
--- a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in
+++ b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in
@@ -1,11 +1,11 @@
---- gst-libs/gst/audio/Makefile.in.orig 2009-08-05 14:51:57.000000000 +0200
-+++ gst-libs/gst/audio/Makefile.in 2009-08-05 14:52:32.000000000 +0200
-@@ -932,7 +932,7 @@ uninstall-am: uninstall-libLTLIBRARIES \
+--- gst-libs/gst/audio/Makefile.in.orig 2010-02-11 12:34:44.000000000 +0100
++++ gst-libs/gst/audio/Makefile.in 2010-02-11 12:36:55.000000000 +0100
+@@ -1061,7 +1061,7 @@ $(glib_gen_basename)-enumtypes.h: $(glib
$^ > $@
- %-enumtypes.c: $(glib_enum_headers)
+ $(glib_gen_basename)-enumtypes.c: $(glib_enum_headers)
- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
+ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
glib-mkenums \
- --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \
+ --fhead "#include \"$(glib_gen_basename)-enumtypes.h\"\n$(enum_headers)" \
--fprod "\n/* enumerations from \"@filename@\" */" \