Files
haikuports/sci-visualization/gnuplot/patches/gnuplot-5.4.10.patchset
OscarL b03932b3f2 gnuplot: update to version 5.4.10 (#9583)
Cleaned up unneded REQUIRES.

Still no GUI output.
2024-07-10 16:19:15 +02:00

23 lines
541 B
Plaintext

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