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__ +