summaryrefslogtreecommitdiff
path: root/devel/tet3/patches/patch-ai
blob: 3b9eb36d79f107278ae57f7247f006aee803c43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ai,v 1.3 2016/03/15 12:15:26 wiz Exp $

Add DragonFly support.

--- src/helpers/GuessOS.orig	2006-01-09 15:31:00.000000000 +0000
+++ src/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
 	;;