summaryrefslogtreecommitdiff
path: root/devel/tet3/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tet3/patches/patch-ai')
-rw-r--r--devel/tet3/patches/patch-ai15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/tet3/patches/patch-ai b/devel/tet3/patches/patch-ai
new file mode 100644
index 00000000000..4ad5cce09e1
--- /dev/null
+++ b/devel/tet3/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1 2006/01/09 15:55:02 joerg Exp $
+
+--- helpers/GuessOS.orig 2006-01-09 15:31:00.000000000 +0000
++++ helpers/GuessOS
+@@ -182,6 +182,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${
+ echo "${MACHINE}-whatever-freebsd"; exit 0
+ ;;
+
++ DragonFly:*)
++ echo "${MACHINE}-whatever-dragonfly"; exit 0
++ ;;
++
+ NetBSD:*:*:*486*)
+ echo "i486-whatever-netbsd"; exit 0
+ ;;