aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2016-08-08 17:51:10 +0000
committerRomain Tartière <romain@FreeBSD.org>2016-08-08 17:51:10 +0000
commit9965a1b0b299aca302d88429e6505a0a6d4bbd06 (patch)
treea7dc2dd5a8a8d4aa54214090cfe3f9997095b65d /multimedia
parentfa46b980dd895dd775b229e114e750091fc592e1 (diff)
downloadports-9965a1b0b299aca302d88429e6505a0a6d4bbd06.tar.gz
ports-9965a1b0b299aca302d88429e6505a0a6d4bbd06.zip
Fix build with mono 4.4.
Some assemblies have been relocated, so adjust files path to point to the correct location.
Notes
Notes: svn path=/head/; revision=419876
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/banshee/files/patch-configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/banshee/files/patch-configure b/multimedia/banshee/files/patch-configure
new file mode 100644
index 000000000000..15f5c182ec93
--- /dev/null
+++ b/multimedia/banshee/files/patch-configure
@@ -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; }