From 652f51839af672c2ca766a643796c5ec31e35d24 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 10 Sep 2023 12:49:42 +0200 Subject: [PATCH] gnuplot: fix cross. --- srcpkgs/gnuplot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuplot/template b/srcpkgs/gnuplot/template index fd3e2475ef1..ad0dbf053d0 100644 --- a/srcpkgs/gnuplot/template +++ b/srcpkgs/gnuplot/template @@ -51,7 +51,7 @@ do_configure() { ./configure ${configure_args} --with-qt --disable-wxwidgets else cd ${wrksrc}/x11 - ./configure ${configure_args} + ./configure ${configure_args} --disable-wxwidgets --without-qt fi } do_build() {