comparison audio/libsamplerate/patch-fhs.patch @ 913:becf32eef32a

audio/libsamplerate: initial import, closes #2219
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 20:45:00 +0200
parents
children
comparison
equal deleted inserted replaced
912:ab11c9aba7c1 913:becf32eef32a
1 --- configure.ac.orig 2019-08-26 17:44:00.952976648 +0200
2 +++ configure.ac 2019-08-26 17:44:17.468977155 +0200
3 @@ -275,13 +275,7 @@
4 ;;
5 esac
6
7 -htmldocdir=$prefix/share/doc/libsamplerate0-dev/html
8 -
9 -if test $prefix = "NONE" ; then
10 - htmldocdir=/usr/local/share/doc/libsamplerate0-dev/html
11 -else
12 - htmldocdir=$prefix/share/doc/libsamplerate0-dev/html
13 - fi
14 +htmldocdir=$prefix/share/doc/libsamplerate/html
15
16 #====================================================================================
17 # Now use the information from the checking stage.