diff options
Diffstat (limited to 'textproc/xalan-c/patches/patch-ae')
-rw-r--r-- | textproc/xalan-c/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/xalan-c/patches/patch-ae b/textproc/xalan-c/patches/patch-ae new file mode 100644 index 00000000000..85852159d45 --- /dev/null +++ b/textproc/xalan-c/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1.1.1 2001/01/15 12:42:09 skrll Exp $ + +--- configure.in.orig Fri Oct 6 19:16:43 2000 ++++ configure.in +@@ -40,6 +40,7 @@ + *) osver=HPUX11;; + esac;; + *-*-mvs*) platform=OS390 ;; ++ *-*-netbsd*) platform=NETBSD ;; + *) platform=UNKNOWN ;; + esac + AC_SUBST(platform) |