1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net-mgmt/argus-clients/files/patch-configure
Stefan Eßer 226bb126c3 This port builds the Argus clients, which used to be bundled
with the Argus daemon, until release 2.0.6 of Argus.
2004-05-17 21:16:48 +00:00

12 lines
395 B
Plaintext

--- configure~ Sat May 15 23:07:07 2004
+++ configure Sat May 15 23:08:40 2004
@@ -4025,7 +4025,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"