aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-c3
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-07-08 15:22:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-07-08 15:22:48 +0000
commit4cac2e77ad4646e01585ab6de99bdb3fb947f754 (patch)
treeb61be389f7b790b18889069081b2a3843534d181 /textproc/xerces-c3
parent27d1261ec5278cea4365b86c1252bee8a2031907 (diff)
downloadports-4cac2e77ad4646e01585ab6de99bdb3fb947f754.tar.gz
ports-4cac2e77ad4646e01585ab6de99bdb3fb947f754.zip
- 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 <koji@registro.br>
Notes
Notes: svn path=/head/; revision=322512
Diffstat (limited to 'textproc/xerces-c3')
-rw-r--r--textproc/xerces-c3/Makefile9
1 files changed, 3 insertions, 6 deletions
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