From 4cac2e77ad4646e01585ab6de99bdb3fb947f754 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Mon, 8 Jul 2013 15:22:48 +0000 Subject: - Fix installation when curl is installed. When ftp/curl is already installed, xerces-c3 configure script chooses netaccessor-curl instead of netaccessor-socket and copies header files to PREFIX/include/xercesc/util/NetAccessors/. [1] - While at it, trim Makefile headers Reported by: Hugo Koji Kobayashi --- textproc/xerces-c3/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'textproc') diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index 1338f0ecf279..138f7800c998 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xerces-c3 -# Date created: 23 June 2010 -# Whom: gahr@FreeBSD.org -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= xerces-c3 PORTVERSION= 3.1.1 @@ -23,7 +19,8 @@ USES= pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --enable-transcoder-iconv + --enable-transcoder-iconv \ + --enable-netaccessor-socket MAKE_ENV+= XERCESCROOT=${WRKSRC} MAKE_JOBS_UNSAFE=yes -- cgit v1.2.3