diff options
Diffstat (limited to 'multimedia/gstreamer-player/files/patch-configure')
-rw-r--r-- | multimedia/gstreamer-player/files/patch-configure | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/multimedia/gstreamer-player/files/patch-configure b/multimedia/gstreamer-player/files/patch-configure index f65461d9916c..9fdefbfaffd0 100644 --- a/multimedia/gstreamer-player/files/patch-configure +++ b/multimedia/gstreamer-player/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Fri Feb 28 00:06:22 2003 -+++ configure Fri Feb 28 00:06:17 2003 +--- configure.orig Mon Apr 21 06:01:46 2003 ++++ configure Sat May 10 23:21:51 2003 @@ -7814,6 +7814,7 @@ # This can be used to rebuild libtool when needed @@ -8,3 +8,14 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -9305,7 +9306,10 @@ + fi + exec_prefix_save=$exec_prefix + if test "x$exec_prefix" = "xNONE"; then ++ if test "x$prefix" = "xNONE"; then + exec_prefix=/usr/local ++ else ++ exec_prefix=${prefix} + fi + + full_var="$FROM_VAR" |