freebsd-ports/mail/mutt-devel/files/patch-01
David W. Chapman Jr. 18072bf9fb Fix a remaining libiconv issues
Fix URLs of patches back to mutt-devel standard

Submitted by:	maintainer
2002-03-31 13:42:22 +00:00

10 lines
358 B
Text

--- configure.in.orig Thu Nov 8 23:39:59 2001
+++ configure.in Mon Nov 26 20:29:39 2001
@@ -569,7 +569,7 @@
then
if test "$with_sasl" != "yes"
then
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
fi