summaryrefslogtreecommitdiff
path: root/net/netatalk-devel/files/patch-configure
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-05-18 20:00:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-05-18 20:00:30 +0000
commit9929c65a0ef746a50f994d04eac8697005b18cec (patch)
treef603d60379474bc73e8176f3a8e68a5ea92d9aa6 /net/netatalk-devel/files/patch-configure
parent- Bump Portrevision after successfull repro-copy. (diff)
- Update to 1.5pre6
- New MASTER_SITE, see http://netatalk.sourceforge.net/ - This version includes Adrian Sun's improvements - experimental PAM support (disabled by deafult) - package won't override existings configurations - Status script "macusers" - Maintainer: Joe "Marcus" Clarke PR: 26248 Submitted by: jclarke@cisco.com, dirk.meyer@dinoex.sub.org
Notes
Notes: svn path=/head/; revision=42717
Diffstat (limited to 'net/netatalk-devel/files/patch-configure')
-rw-r--r--net/netatalk-devel/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/netatalk-devel/files/patch-configure b/net/netatalk-devel/files/patch-configure
new file mode 100644
index 000000000000..ece0d3435d00
--- /dev/null
+++ b/net/netatalk-devel/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Thu Apr 12 15:27:42 2001
++++ configure Fri May 18 08:13:51 2001
+@@ -4906,6 +4906,7 @@
+
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
++if test "${with_pam+set}" = set; then
+ echo "$ac_t""yes" 1>&6
+ cat >> confdefs.h <<\EOF
+ #define USE_PAM 1
+@@ -4914,6 +4915,9 @@
+ LIBS="$LIBS -lpam"
+ compile_pam=yes
+
++else
++ echo "$ac_t""no" 1>&6
++fi
+ else
+ echo "$ac_t""no" 1>&6
+ fi