mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
397ebd4796
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 ...
12 lines
399 B
Plaintext
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"
|