summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-09-25 10:21:57 +0000
committerfhajny <fhajny@pkgsrc.org>2014-09-25 10:21:57 +0000
commitaee7b58e6cefb2073b44847c7ec5ed2f133de1b2 (patch)
tree1c860a62149bf4b1b96d8d08e8cb815f4546a698 /www
parent4020664b42c3799aa1f5896a6d136d1f645e9f0f (diff)
downloadpkgsrc-aee7b58e6cefb2073b44847c7ec5ed2f133de1b2.tar.gz
Fix SunOS configure and build for the (default) pam option.
Diffstat (limited to 'www')
-rw-r--r--www/cherokee/distinfo3
-rw-r--r--www/cherokee/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/www/cherokee/distinfo b/www/cherokee/distinfo
index 004bb39b220..4df7061ef3b 100644
--- a/www/cherokee/distinfo
+++ b/www/cherokee/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2012/03/22 22:40:18 asau Exp $
+$NetBSD: distinfo,v 1.6 2014/09/25 10:21:57 fhajny Exp $
SHA1 (cherokee-1.2.101.tar.gz) = b27f149c7d7111207ac8c3cd8a4856c05490d136
RMD160 (cherokee-1.2.101.tar.gz) = dd3dedc352ba17bdcefd8e200143b8ffa19ad035
Size (cherokee-1.2.101.tar.gz) = 6320209 bytes
SHA1 (patch-cherokee_common-internal.h) = 730b67aa0cdf4990686e9529cec3a7fc1ddd90a5
+SHA1 (patch-configure) = 58a25088320863dd00f4c7d4f050e1c163dbe6f3
diff --git a/www/cherokee/patches/patch-configure b/www/cherokee/patches/patch-configure
new file mode 100644
index 00000000000..bb7bbae9b5d
--- /dev/null
+++ b/www/cherokee/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2014/09/25 10:21:57 fhajny Exp $
+
+SunOS needs definitions from pam_appl.h.
+--- configure.orig 2011-10-18 19:38:22.000000000 +0000
++++ configure
+@@ -19887,6 +19887,9 @@ fi
+ # include <security/pam_modules.h>
+ #endif
+
++#ifdef __sun
++# include <security/pam_appl.h>
++#endif
+ "
+ if test "x$ac_cv_header_security_pam_modules_h" = xyes; then :
+ have_pam_include=yes