aboutsummaryrefslogtreecommitdiff
path: root/xorg/libxshmfence/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commit1fd5c31953a27c954c9a37a2857e6eaefe7d00da (patch)
treec2bd1f5c2d1606ed37ca2c674d9854eb8e5133f1 /xorg/libxshmfence/build
parent968a7a3c3473e7ac13c7e6ae300e0618040ec944 (diff)
downloadrepository-1fd5c31953a27c954c9a37a2857e6eaefe7d00da.tar.gz
libxshmfence: move to extra
Diffstat (limited to 'xorg/libxshmfence/build')
-rwxr-xr-xxorg/libxshmfence/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libxshmfence/build b/xorg/libxshmfence/build
deleted file mode 100755
index 4a70bbd8..00000000
--- a/xorg/libxshmfence/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --with-shared-memory-dir=/dev/shm
-
-make
-make DESTDIR="$1" install