mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
$NetBSD: patch-aa,v 1.6 2011/11/26 11:49:51 adam Exp $
|
|
|
|
--- configure.orig 2009-05-08 22:10:34.000000000 +0000
|
|
+++ configure
|
|
@@ -2010,6 +2010,7 @@ case $host_os in
|
|
darwin*) template=darwin ;;
|
|
dgux*) template=dgux ;;
|
|
freebsd*) template=freebsd ;;
|
|
+ dragonfly*) template=dragonfly ;;
|
|
hpux*) template=hpux ;;
|
|
irix*) template=irix ;;
|
|
linux*|gnu*|k*bsd*-gnu)
|