Revision
93953
Author
cal@macports.org
Date
2012-06-04 17:59:56 -0700 (Mon, 04 Jun 2012)

Log Message

yubico-pam: Use a better patch to achieve automake 1.12 compatibility

See http://lists.gnu.org/archive/html/automake/2012-05/msg00014.html

Modified Paths

Diff

Modified: trunk/dports/security/yubico-pam/files/patch-configure.ac-automake-1.12-compatibility.patch (93952 => 93953)


--- trunk/dports/security/yubico-pam/files/patch-configure.ac-automake-1.12-compatibility.patch	2012-06-05 00:54:28 UTC (rev 93952)
+++ trunk/dports/security/yubico-pam/files/patch-configure.ac-automake-1.12-compatibility.patch	2012-06-05 00:59:56 UTC (rev 93953)
@@ -1,16 +1,13 @@
 diff --git a/configure.ac b/configure.ac
-index 27e6e86..4654629 100644
+index 27e6e86..9889ea5 100644
 --- configure.ac
 +++ configure.ac
-@@ -32,6 +32,11 @@ AC_CONFIG_MACRO_DIR([m4])
- AM_INIT_AUTOMAKE([1.10 foreign -Wall -Werror])
+@@ -29,7 +29,7 @@
+ AC_INIT([pam_yubico], [2.11], [yubico-devel@googlegroups.com])
+ AC_CONFIG_AUX_DIR([build-aux])
+ AC_CONFIG_MACRO_DIR([m4])
+-AM_INIT_AUTOMAKE([1.10 foreign -Wall -Werror])
++AM_INIT_AUTOMAKE([1.10 foreign -Wall -Werror -Wno-extra-portability])
  AM_SILENT_RULES([yes])
  AM_PROG_CC_C_O
-+
-+# automake 1.12 requires a check for ar(1)
-+m4_pattern_allow([AM_PROG_AR])
-+AM_PROG_AR
-+
  AC_LIBTOOL_WIN32_DLL
- AC_DISABLE_STATIC
- AC_PROG_LIBTOOL