From 38f24e18f03a3d36f0f875fef85a72e9cf59840e Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 19 Feb 2023 16:38:26 +0100 Subject: [PATCH] notion: unhide SA_RESTART --- x11/notion/Makefile | 2 +- x11/notion/distinfo | 4 ++-- x11/notion/patches/patch-system-autodetect_mk | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/x11/notion/Makefile b/x11/notion/Makefile index 8e94a59..c23b516 100644 --- a/x11/notion/Makefile +++ b/x11/notion/Makefile @@ -4,7 +4,7 @@ GH_ACCOUNT= raboof GH_PROJECT= notion GH_COMMIT= 7b0650b35fa96d3d79850adab1cf9411c9b10ef4 #GH_TAGNAME= 4.0.2 -DISTNAME= notion-4.0.2p20230207 +DISTNAME= notion-4.0.2pl20230207 CATEGORIES= x11 diff --git a/x11/notion/distinfo b/x11/notion/distinfo index 133972a..7d35762 100644 --- a/x11/notion/distinfo +++ b/x11/notion/distinfo @@ -1,2 +1,2 @@ -SHA256 (notion-4.0.2p20230207-7b0650b3.tar.gz) = 3JiEei2jK9uwOXGNGix97T8emBPfcX3he80BH1oPmPw= -SIZE (notion-4.0.2p20230207-7b0650b3.tar.gz) = 791843 +SHA256 (notion-4.0.2pl20230207-7b0650b3.tar.gz) = 3JiEei2jK9uwOXGNGix97T8emBPfcX3he80BH1oPmPw= +SIZE (notion-4.0.2pl20230207-7b0650b3.tar.gz) = 791843 diff --git a/x11/notion/patches/patch-system-autodetect_mk b/x11/notion/patches/patch-system-autodetect_mk index c6b7125..0056382 100644 --- a/x11/notion/patches/patch-system-autodetect_mk +++ b/x11/notion/patches/patch-system-autodetect_mk @@ -30,3 +30,12 @@ Index: system-autodetect.mk # Cygwin needs this. Also when you disable _BSD_SOURCE you may need it. #DEFINES += -DCF_NO_GETLOADAVG +@@ -199,7 +199,7 @@ POSIX_SOURCE?=-D_POSIX_C_SOURCE=200112L + BSD_SOURCE?=-D_BSD_SOURCE + + # Most systems +-XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED ++#XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED + # SunOS, (Irix) + #XOPEN_SOURCE=-D__EXTENSIONS__ +