aboutsummaryrefslogtreecommitdiff
path: root/xorg/libxcb/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/libxcb/build')
-rwxr-xr-xxorg/libxcb/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/xorg/libxcb/build b/xorg/libxcb/build
deleted file mode 100755
index 4e703552..00000000
--- a/xorg/libxcb/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-sed 's/pthread-stubs //' configure >_
-cat _ > configure; rm -f _
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install