mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
gnuplot: update to version 5.4.10 (#9583)
Cleaned up unneded REQUIRES. Still no GUI output.
This commit is contained in:
22
sci-visualization/gnuplot/patches/gnuplot-5.4.10.patchset
Normal file
22
sci-visualization/gnuplot/patches/gnuplot-5.4.10.patchset
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user