aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXt/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
commit3a3efdbde1f75e8e33ab101e18b93709eecbb378 (patch)
tree316fb249da535a068162b634c0b3f86411813568 /xorg/libXt/build
parent90ff1580f9601691f4bd4d89ecf56ae4195e97cd (diff)
downloadrepository-3a3efdbde1f75e8e33ab101e18b93709eecbb378.tar.gz
libXt: move to extra
Diffstat (limited to 'xorg/libXt/build')
-rwxr-xr-xxorg/libXt/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libXt/build b/xorg/libXt/build
deleted file mode 100755
index 105ed0c2..00000000
--- a/xorg/libXt/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-malloc0returnsnull
-
-make
-make DESTDIR="$1" install