diff options
Diffstat (limited to 'debian/patches/dyson-config.patch')
-rw-r--r-- | debian/patches/dyson-config.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/patches/dyson-config.patch b/debian/patches/dyson-config.patch new file mode 100644 index 0000000..d74b000 --- /dev/null +++ b/debian/patches/dyson-config.patch @@ -0,0 +1,33 @@ +Index: oss4/configure +=================================================================== +--- oss4.orig/configure 2013-05-04 00:40:25.669842504 +0400 ++++ oss4/configure 2013-05-04 01:49:40.694319870 +0400 +@@ -201,28 +201,6 @@ + + case `uname` in + +-"SunOS") +- case `uname -r` in +- "5.9") +- echo Setting up for Solaris 9 +- SOL9=1 +- GTK1=1 +- export SOL9 GTK1 +- ;; +- +- "5.8") +- echo Setting up for Solaris 8 +- SOL9=1 +- GTK1=1 +- export SOL9 GTK1 +- ;; +- *) +- echo Using Solaris10 specific script +- ;; +- esac +- exec sh $SRCDIR/setup/SunOS/solsetup.sh +- ;; +- + "Linux") + + if test "$NOALSA" != "1" |