summaryrefslogtreecommitdiff
path: root/textproc/xerces-c/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-22 16:30:46 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-22 16:30:46 +0000
commitcf581a34d1d1d888460ba185d500056ecd4154ad (patch)
treecf1b4ff1d0df57d1ad649fc1a12f405bf6c80d11 /textproc/xerces-c/Makefile
parentff5bb3eae40244023482b8e73f4069854f740672 (diff)
downloadpkgsrc-cf581a34d1d1d888460ba185d500056ecd4154ad.tar.gz
Fix build on DragonFly. Fix PLIST. Bump revision.
Diffstat (limited to 'textproc/xerces-c/Makefile')
-rw-r--r--textproc/xerces-c/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index f0d9ae67485..d150e9a3f75 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2006/08/10 13:44:21 abs Exp $
+# $NetBSD: Makefile,v 1.30 2006/08/22 16:30:46 joerg Exp $
#
DISTNAME= xerces-c-src_2_7_0
PKGNAME= ${DISTNAME:S/-src_/-/:S/_/./g}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://apache.rmplc.co.uk/xml/xerces-c/source/
@@ -49,6 +50,10 @@ PLIST_SUBST+= ${PLIST_SUBST.${ICONV_TYPE}-iconv}
.include "../../converters/libiconv/buildlink3.mk"
+post-extract:
+ ${MKDIR} ${WRKSRC}/util/Platforms/DragonFly
+ ${CP} ${WRKSRC}/util/Platforms/NetBSD/NetBSDPlatformUtils.cpp ${WRKSRC}/util/Platforms/DragonFly/DragonFlyPlatformUtils.cpp
+
pre-configure:
${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}
${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}