From e6a7080ecc1c03569cf838cd5f0531709a051689 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Jan 2020 20:56:41 +0300 Subject: revert --- xorg/libxcb/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xorg/libxcb') diff --git a/xorg/libxcb/build b/xorg/libxcb/build index cbf38ed8..285ad906 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -1,8 +1,6 @@ #!/bin/sh -e -sed 's/pthread-stubs //' configure > configure.bak -mv configure.bak configure -chmod +x configure +sed -i 's/pthread-stubs //' configure ./configure \ --prefix=/usr -- cgit v1.2.3