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/srelay/patches/01-cross_compile.patch | |
parent | 070cac9d32fa7a0f7f4d52eddec901d248cdfae3 (diff) |
a bunch of FreeBSD compatibility patches
Diffstat (limited to 'package/srelay/patches/01-cross_compile.patch')
-rw-r--r-- | package/srelay/patches/01-cross_compile.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/srelay/patches/01-cross_compile.patch b/package/srelay/patches/01-cross_compile.patch deleted file mode 100644 index 03d7fa215..000000000 --- a/package/srelay/patches/01-cross_compile.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN srelay-0.4.6/configure srelay-0.4.6.new/configure ---- srelay-0.4.6.orig/configure 2003-04-14 07:36:15.000000000 +0200 -+++ srelay-0.4.6/configure 2009-06-05 18:03:20.000000000 +0200 -@@ -1395,7 +1395,7 @@ _ACEOF - ;; - linux*) - case "$build_cpu" in -- i*86) -+ i*86 | mips* | powerpc* | sparc* | x86_64*) - OS=LINUX - cat >>confdefs.h <<\_ACEOF - #define LINUX 1 |