summaryrefslogtreecommitdiff
path: root/textproc/xalan-c/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-05 20:43:20 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-05 20:43:20 +0000
commite804f12622b056d3eea75b3c7d46b8ff75d81f7b (patch)
treecf5ce3531fc096dba413afee60fb4997789a12aa /textproc/xalan-c/Makefile
parent0adcfa27406e4b2a32ca9630ea90d8d6482fd7a1 (diff)
downloadpkgsrc-e804f12622b056d3eea75b3c7d46b8ff75d81f7b.tar.gz
Add DragonFly support. Fix a C++ issue by dropping the default value
for the vector resize, it is not really needed.
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r--textproc/xalan-c/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 80165224944..62ebf15c4f4 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/01/03 00:05:39 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/01/05 20:43:20 joerg Exp $
#
DISTNAME= Xalan-C_1_6-src
@@ -37,6 +37,10 @@ CONFIGURE_ARGS+= -r pthread
CONFIGURE_ENV+= ${XALAN_ENV}
MAKE_ENV+= ${XALAN_ENV}
+pre-configure:
+ @${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}
+ @${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"