diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
commit | 965bf8becf63a12169cd964973e3a56fd96e21fe (patch) | |
tree | 5c9459da5196712c9153304804a1b44510b6e00b /package/osiris | |
parent | 070cac9d32fa7a0f7f4d52eddec901d248cdfae3 (diff) |
a bunch of FreeBSD compatibility patches
Diffstat (limited to 'package/osiris')
-rw-r--r-- | package/osiris/patches/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/osiris/patches/patch-configure b/package/osiris/patches/patch-configure index c6e56a0b0..7d0b90b3f 100644 --- a/package/osiris/patches/patch-configure +++ b/package/osiris/patches/patch-configure @@ -1,6 +1,15 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ --- osiris-4.2.3.orig/configure 2006-07-28 01:57:51.000000000 +0200 -+++ osiris-4.2.3/configure 2009-05-10 21:10:24.000000000 +0200 ++++ osiris-4.2.3/configure 2009-12-11 21:26:32.000000000 +0100 +@@ -3403,7 +3403,7 @@ else + fi + + +-OS_NAME=`uname` ++OS_NAME=Linux + AUTOHEADER=echo + + if test "x$prefix" = "xNONE" ; then @@ -3738,7 +3738,7 @@ CYGWIN*) esac |