diff options
Diffstat (limited to 'xorg/libxcb/build')
-rwxr-xr-x | xorg/libxcb/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg/libxcb/build b/xorg/libxcb/build new file mode 100755 index 00000000..285ad906 --- /dev/null +++ b/xorg/libxcb/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +sed -i 's/pthread-stubs //' configure + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |