From b81bff4189758ebeb6e665328d8cdd80693d1064 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 8 Jul 2019 03:28:25 +0000 Subject: Do not use LIBAPL_CONFIGURE_WITH and only add --with-libapl flag when the LIBAPL option is selected. For some reason, configure script thinks that libapl.so is wanted when --without-libapl passed down on it. Reported by: pkg-fallout --- lang/gnu-apl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/gnu-apl') diff --git a/lang/gnu-apl/Makefile b/lang/gnu-apl/Makefile index ee653dcad255..e59a94e105da 100644 --- a/lang/gnu-apl/Makefile +++ b/lang/gnu-apl/Makefile @@ -28,7 +28,8 @@ OPTIONS_DEFINE= DOCS GTK3 LIBAPL PCRE PGSQL SQLITE OPTIONS_SUB= yes LIBAPL_DESC= Build libapl.so instead of executable -LIBAPL_CONFIGURE_WITH= libapl +# XXX: LIBAPL_CONFIGURE_WITH won't work for some reason +LIBAPL_CONFIGURE_ON= --with-libapl GTK3_USES= pkgconfig gnome GTK3_USE= GNOME=gtk30 -- cgit v1.2.3