summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-13 03:29:00 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-13 03:29:00 +0000
commit1be40ff172a644a86ba26feb14bf7e9c4294c31f (patch)
tree8f35b82a8587d0d8b96131db9996a3367433d1d9 /multimedia
parentupgrade to 4.9.4 (diff)
Fix patch: sh if statements end with token fi
Noticed by: Sergey Akifyev <asa@gascom.ru>
Notes
Notes: svn path=/head/; revision=80874
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-player/files/patch-configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-player/files/patch-configure b/multimedia/gstreamer-player/files/patch-configure
index 9fdefbfaffd0..df5c83c216a5 100644
--- a/multimedia/gstreamer-player/files/patch-configure
+++ b/multimedia/gstreamer-player/files/patch-configure
@@ -8,7 +8,7 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -9305,7 +9306,10 @@
+@@ -9305,7 +9306,11 @@
fi
exec_prefix_save=$exec_prefix
if test "x$exec_prefix" = "xNONE"; then
@@ -16,6 +16,7 @@
exec_prefix=/usr/local
+ else
+ exec_prefix=${prefix}
++ fi
fi
full_var="$FROM_VAR"