summaryrefslogtreecommitdiff
path: root/sysutils/radmind/files/patch-aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/radmind/files/patch-aclocal.m4')
-rw-r--r--sysutils/radmind/files/patch-aclocal.m425
1 files changed, 23 insertions, 2 deletions
diff --git a/sysutils/radmind/files/patch-aclocal.m4 b/sysutils/radmind/files/patch-aclocal.m4
index c6d78dc7a296..276ea1b3d370 100644
--- a/sysutils/radmind/files/patch-aclocal.m4
+++ b/sysutils/radmind/files/patch-aclocal.m4
@@ -1,5 +1,5 @@
---- ./aclocal.m4.orig 2010-12-12 22:42:49.000000000 -0500
-+++ ./aclocal.m4 2012-03-20 14:37:54.000000000 -0400
+--- ./aclocal.m4.orig 2010-12-13 04:42:49.000000000 +0100
++++ ./aclocal.m4 2014-06-29 12:15:04.242543988 +0200
@@ -105,16 +105,11 @@
arches="-arch i386 -arch ppc"
;;
@@ -19,3 +19,24 @@
;;
*)
+@@ -129,3 +124,20 @@
+ fi
+ ])
+
++AC_DEFUN([MACOSX_MUTE_DEPRECATION_WARNINGS],
++[
++ dnl Lion deprecates a system-provided OpenSSL. Build output
++ dnl is cluttered with useless deprecation warnings.
++
++ AS_IF([test x"$CC" = x"gcc"], [
++ case "${host_os}" in
++ darwin11*)
++ AC_MSG_NOTICE([muting deprecation warnings from compiler])
++ OPTOPTS="$OPTOPTS -Wno-deprecated-declarations"
++ ;;
++
++ *)
++ ;;
++ esac
++ ])
++])