aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2016-08-08 17:48:58 +0000
committerRomain Tartière <romain@FreeBSD.org>2016-08-08 17:48:58 +0000
commit2501facda3bfa9dd62377dc6e63f9d84acda0026 (patch)
tree11c08340643a15e0fb573c89a020e68ec9f42266
parent7a23d93dd0f0936ab582df16ed195dc1406429ce (diff)
downloadports-2501facda3bfa9dd62377dc6e63f9d84acda0026.tar.gz
ports-2501facda3bfa9dd62377dc6e63f9d84acda0026.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=419872
-rw-r--r--deskutils/tomboy/files/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/tomboy/files/patch-configure b/deskutils/tomboy/files/patch-configure
new file mode 100644
index 000000000000..2f2ae9a82a5a
--- /dev/null
+++ b/deskutils/tomboy/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig 2016-06-25 15:40:35 UTC
++++ configure
+@@ -14507,8 +14507,8 @@ do
+ { $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; }