diff options
author | Romain Tartière <romain@FreeBSD.org> | 2016-08-08 17:51:26 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2016-08-08 17:51:26 +0000 |
commit | fbd7aeaf523c67ba7bcbee06e1d5458c197c0a13 (patch) | |
tree | 6bb9e491c9c9af3de11d88072dd03b2557ad83b1 /net/mono-zeroconf | |
parent | 9965a1b0b299aca302d88429e6505a0a6d4bbd06 (diff) | |
download | ports-fbd7aeaf523c67ba7bcbee06e1d5458c197c0a13.tar.gz ports-fbd7aeaf523c67ba7bcbee06e1d5458c197c0a13.zip |
Notes
Diffstat (limited to 'net/mono-zeroconf')
-rw-r--r-- | net/mono-zeroconf/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mono-zeroconf/files/patch-configure b/net/mono-zeroconf/files/patch-configure new file mode 100644 index 000000000000..e56b0a6609b7 --- /dev/null +++ b/net/mono-zeroconf/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig 2016-06-25 15:41:52 UTC ++++ configure +@@ -3096,8 +3096,8 @@ fi + { $as_echo "$as_me:$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:$LINENO: result: found" >&5 + $as_echo "found" >&6; } |