diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-04 01:51:43 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-04 01:51:43 +0400 |
commit | 2edbbec29ede9723f653c2933abe5c0c99107c7f (patch) | |
tree | 556a87210786958c7b54c173403f184915bc3377 | |
parent | bd92d97de0e465d750a0403c845544046c75400d (diff) | |
download | oss4-2edbbec29ede9723f653c2933abe5c0c99107c7f.tar.gz |
No SunOS f*cked multiarch
-rw-r--r-- | debian/patches/dyson-config.patch | 33 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 34 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" diff --git a/debian/patches/series b/debian/patches/series index b101a66..6c946f2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +dyson-config.patch cmd.patch os_cmd.patch txt2man.patch |