From 2edbbec29ede9723f653c2933abe5c0c99107c7f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 4 May 2013 01:51:43 +0400 Subject: No SunOS f*cked multiarch --- debian/patches/dyson-config.patch | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 debian/patches/dyson-config.patch (limited to 'debian/patches/dyson-config.patch') 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" -- cgit v1.2.3