From a6ad7b57fb758a14c9ea77f7985b901448ad5bc8 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 28 Dec 2020 23:31:38 -0600 Subject: [PATCH 05/13] editors/xcoral: fix build Signed-off-by: Kyle Evans --- editors/xcoral/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 7c65aa8e8ecd..5b2e541c0783 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -15,10 +15,13 @@ COMMENT= Multiwindow mouse-based text editor for X LICENSE= GPLv2 +LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex + USES= bison compiler:c11 xorg USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share +LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lgnuregex EXTRACT_AFTER_ARGS= --exclude BR_Parser.[ch] -- 2.29.2