diff options
Diffstat (limited to 'test/tet/patches/configure.patch')
-rw-r--r-- | test/tet/patches/configure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/tet/patches/configure.patch b/test/tet/patches/configure.patch new file mode 100644 index 0000000000000..9fb02049c5459 --- /dev/null +++ b/test/tet/patches/configure.patch @@ -0,0 +1,13 @@ +: $Id: configure.patch 2204 2011-11-24 05:23:42Z jkoshy $ + +--- tet3.8/configure-- 2005-12-09 16:29:17 +0530 ++++ tet3.8/configure 2011-11-24 01:42:02 +0530 +@@ -317,7 +317,7 @@ + *-sgi-irix*) + fname=irix.mk + ;; +-*-freebsd) ++*-freebsd | *-netbsd | *-dragonfly) # Use FreeBSD's configuration. + fname=freebsd.mk + ;; + *-bsdi) |