diff options
Diffstat (limited to 'xorg/libxcb/build')
-rwxr-xr-x | xorg/libxcb/build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/libxcb/build b/xorg/libxcb/build index cbf38ed8..285ad906 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -1,8 +1,6 @@ #!/bin/sh -e -sed 's/pthread-stubs //' configure > configure.bak -mv configure.bak configure -chmod +x configure +sed -i 's/pthread-stubs //' configure ./configure \ --prefix=/usr |