1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net-mgmt/argus/files/patch-configure
Stefan Eßer 397ebd4796 Update to Argus release 2.0.6.
The clients are no longer part of this port, but will be built by
the argus-clients port, which is listed as a dependency.
Since both the argus and argus-clients ports contain the same
COPYING file and want to install it into the same directory, I have
disabled installation of the copyright file by this port, assuming
that the dependent argus-clients port already did it ...
2004-05-17 21:33:24 +00:00

12 lines
399 B
Plaintext

--- configure.orig Mon Apr 26 14:39:58 2004
+++ configure Mon Apr 26 14:40:16 2004
@@ -4163,7 +4163,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"