aboutsummaryrefslogtreecommitdiff
path: root/xorg/libxcb/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
commit7966962751f77a01a16360cc189cafb7c255e75d (patch)
tree9e9e23ebd086d763c8fdbf325f8a72f51055f202 /xorg/libxcb/build
parentabb469da975a0eaf7c491abe734458725e863f89 (diff)
downloadrepository-7966962751f77a01a16360cc189cafb7c255e75d.tar.gz
libxcb: move to extra
Diffstat (limited to 'xorg/libxcb/build')
-rwxr-xr-xxorg/libxcb/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/libxcb/build b/xorg/libxcb/build
deleted file mode 100755
index 7ef0193f..00000000
--- a/xorg/libxcb/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-clsed 's/pthread-stubs //' configure
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install