gnuplot: update to version 5.4.10 (#9583)

Cleaned up unneded REQUIRES.

Still no GUI output.
This commit is contained in:
OscarL
2024-07-10 11:19:15 -03:00
committed by GitHub
parent f14496c142
commit b03932b3f2
2 changed files with 61 additions and 20 deletions

View File

@@ -0,0 +1,22 @@
From e690b360d557c491c69cebc6caea6af3b66b61d0 Mon Sep 17 00:00:00 2001
From: Oscar Lesta <oscar.lesta@gmail.com>
Date: Wed, 4 Oct 2023 13:07:06 -0300
Subject: Use XDG_* dirs/vars
diff --git a/src/xdg.h b/src/xdg.h
index 7510444..a0d20b8 100644
--- a/src/xdg.h
+++ b/src/xdg.h
@@ -1,7 +1,7 @@
#ifndef GNUPLOT_XDG_H
#define GNUPLOT_XDG_H
-#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
+#if defined(__unix__) || defined(__HAIKU__) || (defined(__APPLE__) && defined(__MACH__))
#define USE_XDG_BASEDIR
--
2.45.2