diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
commit | bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /security/mate-keyring/files/patch-configure.ac | |
parent | Stage devel/opengrok and upgrade version 0.11.1 => 0.12.1 (diff) |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Diffstat (limited to 'security/mate-keyring/files/patch-configure.ac')
-rw-r--r-- | security/mate-keyring/files/patch-configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/mate-keyring/files/patch-configure.ac b/security/mate-keyring/files/patch-configure.ac deleted file mode 100644 index fcd5bab38705..000000000000 --- a/security/mate-keyring/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2013-03-24 01:28:30.000000000 -0500 -+++ configure.ac 2013-03-24 01:29:26.000000000 -0500 -@@ -284,7 +284,7 @@ - - pam_status="no" - if test "$enable_pam" != "no"; then -- AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, [have_pam=yes; break], have_pam=no) -+ AC_CHECK_HEADERS(security/pam_modules.h, [have_pam=yes; break], have_pam=no) - if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then - AC_MSG_ERROR(The PAM headers are missing) - elif test "$have_pam" = "yes"; then |