1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/japanese/mutt-devel/files/patch-aa
SADA Kenji 94b2e9067e Upgrade to 1.0pre3i.
Submitted by:	Maintainer
Posted at: FreeBSD ports-jp ML #8046
	<http://home.jp.FreeBSD.ORG/cgi-bin/showmail/ports-jp/8046>
1999-10-31 02:30:34 +00:00

35 lines
1.1 KiB
Plaintext

*** configure.in.orig Thu Oct 28 01:14:22 1999
--- configure.in Thu Oct 28 01:14:24 1999
***************
*** 112,129 ****
AC_MSG_CHECKING(for S-Lang)
if test $withval = yes; then
! if test -d $srcdir/../slang; then
! mutt_cv_slang=$srcdir/../slang/src
! CPPFLAGS="$CPPFLAGS -I${mutt_cv_slang}"
! LDFLAGS="$LDFLAGS -L${mutt_cv_slang}/objs"
! else
! if test -d $mutt_cv_prefix/include/slang; then
! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang"
! elif test -d /usr/include/slang; then
! CPPFLAGS="$CPPFLAGS -I/usr/include/slang"
! fi
! mutt_cv_slang=yes
fi
else
dnl ---Check to see if $withval is a source directory
if test -f $withval/src/slang.h; then
--- 112,122 ----
AC_MSG_CHECKING(for S-Lang)
if test $withval = yes; then
! if test -d $mutt_cv_prefix/include/slang; then
! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang"
! LDFLAGS="$LDFLAGS -L$mutt_cv_prefix/lib"
fi
+ mutt_cv_slang=yes
else
dnl ---Check to see if $withval is a source directory
if test -f $withval/src/slang.h; then