diff options
author | ahze <ahze@FreeBSD.org> | 2007-05-03 22:40:32 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-05-03 22:40:32 +0800 |
commit | 804f399bff457b44ad7826178873c900c1191c34 (patch) | |
tree | 2eaa10070f0c0cdefafa07f3dbf9af6205326769 /multimedia/ffmpeg-devel | |
parent | 5f0dc32dde120012ea36e439cb4c8b3676f00839 (diff) | |
download | freebsd-ports-gnome-804f399bff457b44ad7826178873c900c1191c34.tar.gz freebsd-ports-gnome-804f399bff457b44ad7826178873c900c1191c34.tar.zst freebsd-ports-gnome-804f399bff457b44ad7826178873c900c1191c34.zip |
Fix configure on some? configurations
PR: ports/112382
Submitted by: swp@swp.pp.ru
Diffstat (limited to 'multimedia/ffmpeg-devel')
-rw-r--r-- | multimedia/ffmpeg-devel/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/multimedia/ffmpeg-devel/files/patch-configure b/multimedia/ffmpeg-devel/files/patch-configure index 654914693619..1aca92796ad9 100644 --- a/multimedia/ffmpeg-devel/files/patch-configure +++ b/multimedia/ffmpeg-devel/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig Fri Apr 27 03:13:50 2007 -+++ configure Tue May 1 06:17:09 2007 ++++ configure Thu May 3 09:28:33 2007 @@ -208,11 +208,11 @@ # "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z" @@ -85,6 +85,15 @@ echo "SWSVERSION=$sws_version" >> config.mak echo "SLIBNAME=${SLIBNAME}" >> config.mak echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak +@@ -2001,7 +1995,7 @@ + + echo "SRC_PATH=\"$source_path\"" >> config.mak + echo "SRC_PATH_BARE=$source_path" >> config.mak +-echo "BUILD_ROOT=\"$PWD\"" >> config.mak ++echo "BUILD_ROOT=\"$(pwd)\"" >> config.mak + + # Apparently it's not possible to portably echo a backslash. + if enabled asmalign_pot; then @@ -2095,8 +2089,8 @@ Version: $version Requires: $requires |