head	1.2;
access;
symbols
	old_RELEASE_4_9_0:1.1
	old_RELEASE_5_1_0:1.1
	old_RELEASE_4_8_0:1.1
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.10.01.10.49.10;	author lev;	state dead;
branches;
next	1.1;

1.1
date	2002.04.29.09.27.43;	author roberto;	state Exp;
branches;
next	;


desc
@@


1.2
log
@  Update ot 0.24.2. It is needed by new `devel/subversion' version.

PR:		ports/57201
@
text
@--- configure.orig	Fri Apr 26 17:15:20 2002
+++ configure	Fri Apr 26 17:15:51 2002
@@@@ -10792,7 +10792,7 @@@@
 _ACEOF
 
 fi
-if test -r "$neon_expat_dir/expat.h"; then
+if test -r "$neon_expat_dir/include/expat.h"; then
        ne_found_hdr=yes
 
 cat >>confdefs.h <<\_ACEOF
@@@@ -10806,9 +10806,9 @@@@
 #define HAVE_EXPAT 1
 _ACEOF
 
-	CFLAGS="$CFLAGS -I$neon_expat_dir"
+	CFLAGS="$CFLAGS -I$neon_expat_dir/include"
 		if test -z "$neon_using_libtool_expat"; then
-		NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat"
+		NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat"
 	fi
 	neon_xml_parser_message="expat in $neon_expat_dir"
 	neon_found_parser="yes"
@


1.1
log
@Update to 0.19.4. Now depends on expat instead of libxml.

PR:		ports/37494
Submitted by:	garrett rooney <rooneg@@electricjellyfish.net> (MAINTAINER)
@
text
@@

