diff options
author | Stefan Eßer <se@FreeBSD.org> | 2002-07-10 09:51:50 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2002-07-10 09:51:50 +0000 |
commit | 664381b51e596fd1c2025b87b1bb196939ae6493 (patch) | |
tree | 766e1d098eb9e6c501d12655ea292998914bb4b8 /net/argus/files/patch-configure | |
parent | Updated to 1.11 (diff) |
Add optional SASL functionality based on a WITH_SASL variable.
Submitted by: Johann Visagie <wjv@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=62753
Diffstat (limited to 'net/argus/files/patch-configure')
-rw-r--r-- | net/argus/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/argus/files/patch-configure b/net/argus/files/patch-configure new file mode 100644 index 000000000000..2176dbc37cdc --- /dev/null +++ b/net/argus/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu May 30 21:30:19 2002 ++++ configure Tue Jul 9 10:50:46 2002 +@@ -1644,7 +1644,7 @@ + + if test -d ${with_sasl}; then + ac_cv_sasl_where_lib=${with_sasl}/lib +- ac_cv_sasl_where_inc=${with_sasl}/include ++ ac_cv_sasl_where_inc=${with_sasl}/include/sasl + + SASLFLAGS="-I$ac_cv_sasl_where_inc" + LIB_SASL="-L$ac_cv_sasl_where_lib" |