diff options
Diffstat (limited to 'package/totd/patches/patch-configure')
-rw-r--r-- | package/totd/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/totd/patches/patch-configure b/package/totd/patches/patch-configure new file mode 100644 index 000000000..3e0a7a585 --- /dev/null +++ b/package/totd/patches/patch-configure @@ -0,0 +1,11 @@ +--- totd-1.5.1.orig/configure 2005-02-02 12:01:02.000000000 +0100 ++++ totd-1.5.1/configure 2011-03-01 17:57:18.000000000 +0100 +@@ -2514,7 +2514,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + echo "$as_me:$LINENO: checking operating system specific definitions..." >&5 + echo $ECHO_N "checking operating system specific definitions...... $ECHO_C" >&6 +-case `uname -s` in ++case Linux in + NetBSD) + ostype=NetBSD + OPTFLAGS="$OPTFLAGS" |