diff options
author | gahr <gahr@FreeBSD.org> | 2013-07-08 23:22:48 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-07-08 23:22:48 +0800 |
commit | 9f4788fa9c944bc941c90fd46d89d8cbb1132fe4 (patch) | |
tree | b61be389f7b790b18889069081b2a3843534d181 /textproc | |
parent | 62e3721c662faa774b6139e29e4371f44b320625 (diff) | |
download | freebsd-ports-gnome-9f4788fa9c944bc941c90fd46d89d8cbb1132fe4.tar.gz freebsd-ports-gnome-9f4788fa9c944bc941c90fd46d89d8cbb1132fe4.tar.zst freebsd-ports-gnome-9f4788fa9c944bc941c90fd46d89d8cbb1132fe4.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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c3/Makefile | 9 |
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 |