Fresh pull from upstream (stable) package feed
[librecmc/package-feed.git] / libs / pthsem / patches / 001-linux3x-fix.patch
1 --- pthsem-2.0.8/acinclude.m4
2 +++ pthsem-2.0.8/acinclude.m4
3 @@ -892,6 +892,8 @@
4          case "x`uname -r`" in
5  changequote(, )dnl
6              x2.[23456789]* ) ;;
7 +changequote(, )dnl
8 +            x3.* ) ;;
9  changequote([, ])
10              * ) braindead=yes ;;
11          esac
12