mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
23 lines
541 B
Plaintext
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
|
|
|