1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/argus/files/patch-configure
Stefan Eßer 664381b51e Add optional SASL functionality based on a WITH_SASL variable.
Submitted by:	Johann Visagie <wjv@FreeBSD.org>
2002-07-10 09:51:50 +00:00

12 lines
405 B
Plaintext

--- 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"