stupid robert@ is stupid, hyena uses autoconf... so let's unbreak it

This commit is contained in:
robert 2016-06-29 14:58:57 +00:00
parent 1ea83572cf
commit 583447d612
2 changed files with 12 additions and 12 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-build_m4_shamrock_mono_m4,v 1.1 2016/06/29 14:58:57 robert Exp $
--- build/m4/shamrock/mono.m4.orig Wed Jun 29 16:56:23 2016
+++ build/m4/shamrock/mono.m4 Wed Jun 29 16:56:43 2016
@@ -36,7 +36,7 @@ AC_DEFUN([_SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES],
do
AC_MSG_CHECKING([for Mono $1 GAC for $asm.dll])
if test \
- -e "$($PKG_CONFIG --variable=libdir mono)/mono/$1/$asm.dll" -o \
+ -e "$($PKG_CONFIG --variable=libdir mono)/mono/$1-api/$asm.dll" -o \
-e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/$1/$asm.dll"; \
then \
AC_MSG_RESULT([found])

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure,v 1.1 2016/06/27 16:12:20 robert Exp $
--- configure.orig Mon Jun 27 18:09:24 2016
+++ configure Mon Jun 27 18:09:54 2016
@@ -2990,7 +2990,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mono 4.0 GAC for $asm.dll" >&5
$as_echo_n "checking for Mono 4.0 GAC for $asm.dll... " >&6; }
if test \
- -e "$($PKG_CONFIG --variable=libdir mono)/mono/4.0/$asm.dll" -o \
+ -e "$($PKG_CONFIG --variable=libdir mono)/mono/4.0-api/$asm.dll" -o \
-e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/4.0/$asm.dll"; \
then \
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5