diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-10 20:37:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-10 20:37:01 +0000 |
commit | 3b5d9662f49d8644803a7da6241a6f67ca73ce14 (patch) | |
tree | f29db33a4c7d50324da3c07e3e67b846b8f757f1 /lang/kaffe/patches | |
parent | f304de296d74bd694c23443470b4bd47f7a23057 (diff) | |
download | pkgsrc-3b5d9662f49d8644803a7da6241a6f67ca73ce14.tar.gz |
Use FreeBSD modus for DragonFly as well.
Diffstat (limited to 'lang/kaffe/patches')
-rw-r--r-- | lang/kaffe/patches/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-af b/lang/kaffe/patches/patch-af new file mode 100644 index 00000000000..ea1fcd0de48 --- /dev/null +++ b/lang/kaffe/patches/patch-af @@ -0,0 +1,10 @@ +--- config/config.alias.orig 2005-08-04 19:13:02.000000000 +0000 ++++ config/config.alias 2005-08-04 19:13:12.000000000 +0000 +@@ -26,6 +26,7 @@ + cygwin*) Khost_os=cygwin32 ;; + darwin*) Khost_os=darwin ;; + freebsd*) Khost_os=freebsd2 ;; ++dragonfly*) Khost_os=freebsd2 ;; + hpux*) Khost_os=hpux ;; + gnu*) Khost_os=gnu ;; + irix*) Khost_os=irix5 ;; |