git: 0e8236b4f404 - main - sysutils/isomaster: Fix build with latest devel/iniparser
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jul 2024 07:06:00 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e8236b4f4049e6dc48153cc05c032a3db96c232 commit 0e8236b4f4049e6dc48153cc05c032a3db96c232 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-07-09 07:01:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-07-09 07:05:49 +0000 sysutils/isomaster: Fix build with latest devel/iniparser PR: 280201 Reported by: Ale <discipline@tiscali.it> --- sysutils/isomaster/files/patch-settings.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sysutils/isomaster/files/patch-settings.h b/sysutils/isomaster/files/patch-settings.h new file mode 100644 index 000000000000..da325abb82bf --- /dev/null +++ b/sysutils/isomaster/files/patch-settings.h @@ -0,0 +1,11 @@ +--- settings.h.orig 2024-07-09 06:41:15 UTC ++++ settings.h +@@ -7,7 +7,7 @@ + #ifndef USE_SYSTEM_INIPARSER + #include "iniparser-4.1/src/iniparser.h" + #else +-#include <iniparser.h> ++#include <iniparser/iniparser.h> + #endif + #define ISOMASTER_DEFAULT_WINDOW_WIDTH 500 + #define ISOMASTER_DEFAULT_WINDOW_HEIGHT 550