diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-05 20:43:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-05 20:43:20 +0000 |
commit | e804f12622b056d3eea75b3c7d46b8ff75d81f7b (patch) | |
tree | cf5ce3531fc096dba413afee60fb4997789a12aa /textproc/xalan-c/patches/patch-ab | |
parent | 0adcfa27406e4b2a32ca9630ea90d8d6482fd7a1 (diff) | |
download | pkgsrc-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-ab | 12 |
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 ;; |