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