aboutsummaryrefslogtreecommitdiff
path: root/xorg/libxcb/build
blob: 285ad906d8d6a63e0f2657e2961c3cea00691c3d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

sed -i 's/pthread-stubs //' configure

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install