$OpenBSD: patch-operations_seamless-clone_Makefile_in,v 1.4 2019/05/08 22:29:07 ajacoutot Exp $

REVERT: (see https://gitlab.gnome.org/GNOME/gegl/issues/89)
From 6931adcd7cb5474c2c00e6086b00f0c7fa4b7e5c Mon Sep 17 00:00:00 2001
From: orbea <orbea@fredslev.dk>
Date: Fri, 1 Jun 2018 14:05:34 -0700
Subject: [PATCH] Fix build with slibtool.

Index: operations/seamless-clone/Makefile.in
--- operations/seamless-clone/Makefile.in.orig
+++ operations/seamless-clone/Makefile.in
@@ -515,7 +515,7 @@ AM_CXXFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
 # Seamless cloning operations #
 ###############################
 AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined) \
-	$(P2TC_LDLAGS) $(P2TC_LIBS)
+	$(P2TC_LDLAGS)
 ext_dir = $(libdir)/gegl-@GEGL_API_VERSION@
 
 # A simple seamless cloning operation
