diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-10 22:54:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-10 22:54:09 +0000 |
commit | adae134b82f27018b10caf6628a3eb587afb0a76 (patch) | |
tree | 0e7761373a9e716b4afadb084691141d2d9798ca /shells/tcsh/patches | |
parent | 21f664b7fa454d51b3b4911288f7af395157b437 (diff) | |
download | pkgsrc-adae134b82f27018b10caf6628a3eb587afb0a76.tar.gz |
Add DragonFly to the list of BSD derived systems.
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r-- | shells/tcsh/patches/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/tcsh/patches/patch-ac b/shells/tcsh/patches/patch-ac new file mode 100644 index 00000000000..3cc4d9376fa --- /dev/null +++ b/shells/tcsh/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.9 2005/11/10 22:54:09 joerg Exp $ + +--- configure.orig 2005-11-10 22:51:12.000000000 +0000 ++++ configure +@@ -1486,6 +1486,11 @@ case "${host}" in + tcsh_config_file=bsd4.4 + ;; + ++ ## DragonFly systems ++ *-*-dragonfly*) ++ tcsh_config_file=bsd4.4 ++ ;; ++ + ## Silicon Graphics machines + *-sgi-iri* ) + tcsh_config_file=irix |