Fix build with mono 4.4.
Some assemblies have been relocated, so adjust files path to point to the correct location.
This commit is contained in:
parent
fa46b980dd
commit
9965a1b0b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419876
16
multimedia/banshee/files/patch-configure
Normal file
16
multimedia/banshee/files/patch-configure
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -15696,8 +15696,8 @@
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mono 2.0 GAC for $asm.dll" >&5
|
||||
$as_echo_n "checking for Mono 2.0 GAC for $asm.dll... " >&6; }
|
||||
if test \
|
||||
- -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0/$asm.dll" -o \
|
||||
- -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0/$asm.dll"; \
|
||||
+ -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0-api/$asm.dll" -o \
|
||||
+ -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0-api/$asm.dll"; \
|
||||
then \
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
|
||||
$as_echo "found" >&6; }
|
Loading…
Reference in New Issue
Block a user