|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/blindcoder/mpgtx/prefix.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
diff -pruN mpgtx-1.3/configure mpgtx-1.3_new/configure
|
|
--- mpgtx-1.3/configure 2002-08-30 18:03:12.000000000 +0200
|
|
+++ mpgtx-1.3_new/configure 2005-01-02 17:15:22.188347080 +0100
|
|
@@ -75,7 +75,7 @@ do
|
|
-no-LFS | --no-LFS | -no-lfs | --no-lfs) LFS="no";;
|
|
-stat | -static | --stat | --static) static="yes";;
|
|
-par | -parachute | --par | --parachute) parachute="yes";;
|
|
- -prefix=* | --prefix=*) prefix=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
|
+ -prefix=* | --prefix=*) prefix=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ; manprefix=$prefix ;;
|
|
-dist | dist | --distrib | -distrib) rm -f Makefile && cat << EOF >makefile && exit 0;;
|
|
# Dummy Makefile, please run ./configure
|
|
default:
|