freebsd-ports/japanese/mutt/files/patch-aj
Hajimu UMEMOTO b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00

11 lines
361 B
Text

--- configure.in.orig Sun Jun 23 17:42:10 2002
+++ configure.in Sun Jun 23 17:43:23 2002
@@ -577,7 +577,7 @@
then
if test "$with_sasl" != "yes"
then
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
fi