From 80e14944a39d1d42f9cf7d6be76af6329f818846 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 15:03:50 +0300 Subject: [PATCH] libXt: use libXmeta --- xorg/libXt/build | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) mode change 100755 => 120000 xorg/libXt/build 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 diff --git a/xorg/libXt/build b/xorg/libXt/build new file mode 120000 index 00000000..b8961e0e --- /dev/null +++ b/xorg/libXt/build @@ -0,0 +1 @@ +../libXmeta/build \ No newline at end of file