From 6a9f577f950b5ae311f1938a65f443b1a7f39d23 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 18 Dec 2021 16:18:31 -0500 Subject: [PATCH] cairo: Fix xcairo recipe. --- x11-libs/cairo/xcairo-1.16.0.recipe | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11-libs/cairo/xcairo-1.16.0.recipe b/x11-libs/cairo/xcairo-1.16.0.recipe index 33bc59902..4012b29f0 100644 --- a/x11-libs/cairo/xcairo-1.16.0.recipe +++ b/x11-libs/cairo/xcairo-1.16.0.recipe @@ -74,7 +74,6 @@ defineDebugInfoPackage xcairo$secondaryArchSuffix \ BUILD() { - exit 0 autoreconf -fi export CFLAGS=-D__BSD_VISIBLE @@ -114,9 +113,6 @@ INSTALL() prepareInstalledDevelLibs \ libcairo-xlib - # make compatibility symlinks - ln -s libcairo-xlib.so.$libVersion $libDir/libcairo-xlib.so.2 - packageEntries devel \ $developDir }