summaryrefslogtreecommitdiff
path: root/textproc/xalan-c/patches/patch-ab
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/patches/patch-ab
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/patches/patch-ab')
-rw-r--r--textproc/xalan-c/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/xalan-c/patches/patch-ab b/textproc/xalan-c/patches/patch-ab
new file mode 100644
index 00000000000..77fcf7dc2dd
--- /dev/null
+++ b/textproc/xalan-c/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.4 2006/01/05 20:43:20 joerg Exp $
+
+--- configure.orig 2005-12-31 00:57:54.000000000 +0000
++++ configure
+@@ -1121,6 +1121,7 @@ case "${host}" in
+ *-*-solaris*) platform=SOLARIS ;;
+ *-*-linux*) platform=LINUX ;;
+ *-*-freebsd*) platform=FREEBSD ;;
++ *-*-dragonfly*) platform=DRAGONFLY ;;
+ *-*-netbsd*) platform=NETBSD ;;
+ *-*-irix*) platform=IRIX ;;
+ *-*-aix*) platform=AIX ;;