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

sed 's/pthread-stubs //' configure > configure.bak
mv configure.bak configure
chmod +x configure

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install