Modified: trunk/dports/security/yubico-c-client/files/patch-configure.ac-automake-1.12-compatibility.patch (93951 => 93952)
--- trunk/dports/security/yubico-c-client/files/patch-configure.ac-automake-1.12-compatibility.patch 2012-06-04 23:42:37 UTC (rev 93951)
+++ trunk/dports/security/yubico-c-client/files/patch-configure.ac-automake-1.12-compatibility.patch 2012-06-05 00:54:28 UTC (rev 93952)
@@ -1,16 +1,11 @@
-diff --git a/configure.ac b/configure.ac
-index 8fdb32e..2736f42 100644
---- configure.ac
-+++ configure.ac
-@@ -40,6 +40,11 @@ AC_SUBST(LT_AGE, 3)
- AM_INIT_AUTOMAKE([1.10 -Wall -Werror])
- AM_SILENT_RULES([yes])
+--- configure.ac.orig 2012-06-05 02:45:44.000000000 +0200
++++ configure.ac 2012-06-05 02:45:57.000000000 +0200
+@@ -37,7 +37,7 @@
+ AC_SUBST(LT_REVISION, 3)
+ AC_SUBST(LT_AGE, 3)
+
+-AM_INIT_AUTOMAKE([-Wall -Werror])
++AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
AC_PROG_CC
-+
-+# automake 1.12 requires a check for ar(1)
-+m4_pattern_allow([AM_PROG_AR])
-+AM_PROG_AR
-+
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-