diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-14 18:57:18 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-14 18:57:18 +0000 |
commit | 2518ccd70256783228328e085fb0e739c8984a05 (patch) | |
tree | 986382528802bfa3c9020037cf2370148904ef6e /multimedia/libdvdnav/files/patch-configure2 | |
parent | - Add optional SAMBA_PORT var and point it as default to net/samba34 (diff) |
Update to 4.1.4.r1217
PR: ports/150450
Submitted by: Ganael Laplanche (maintainer)
Notes
Notes:
svn path=/head/; revision=261168
Diffstat (limited to 'multimedia/libdvdnav/files/patch-configure2')
-rw-r--r-- | multimedia/libdvdnav/files/patch-configure2 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/multimedia/libdvdnav/files/patch-configure2 b/multimedia/libdvdnav/files/patch-configure2 index 425db7d73d30..ba3a3da1cb93 100644 --- a/multimedia/libdvdnav/files/patch-configure2 +++ b/multimedia/libdvdnav/files/patch-configure2 @@ -1,5 +1,5 @@ ---- configure2.orig 2008-10-04 12:27:58.564694499 +0200 -+++ configure2 2008-10-04 12:35:04.406225755 +0200 +--- configure2.orig 2010-09-06 11:37:21.000000000 +0000 ++++ configure2 2010-09-07 12:58:47.440053134 +0000 @@ -26,6 +26,7 @@ echo " --help print this message" echo " --prefix=PREFIX install in PREFIX [$PREFIX]" @@ -17,8 +17,12 @@ --shlibdir=*) shlibdir="$optval" ;; --incdir=*) incdir="$optval" -@@ -100,6 +103,7 @@ - PREFIX=`cd $PREFIX && pwd` +@@ -97,9 +100,10 @@ + esac + done + +-PREFIX=`cd $PREFIX && pwd` ++#PREFIX=`cd $PREFIX && pwd` test -z "$libdir" && libdir=$PREFIX/lib +test -z "$libdatadir" && libdir=$PREFIX/lib/pkgconfig |