summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-02 20:41:56 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-02 20:41:56 -0500
commitd7f6edb7e9fb5e79d1d55ae589efadecfe119a5c (patch)
tree4ecab532b9f4f781dfffc37deebb2828efbbdf0d /newmoon
parentadd notepadpp 8.3 (diff)
downloadstackrpms-d7f6edb7e9fb5e79d1d55ae589efadecfe119a5c.tar.gz
stackrpms-d7f6edb7e9fb5e79d1d55ae589efadecfe119a5c.tar.bz2
stackrpms-d7f6edb7e9fb5e79d1d55ae589efadecfe119a5c.zip
fix spec for move-to-next-mon
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/nm-gcc-11.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoon/nm-gcc-11.patch b/newmoon/nm-gcc-11.patch
index 9ab7f75..1dc8528 100644
--- a/newmoon/nm-gcc-11.patch
+++ b/newmoon/nm-gcc-11.patch
@@ -2,6 +2,7 @@ Summary: Make Palemoon compile with gcc 11
Author: gentooman
Linked from: https://repo.palemoon.org/mcp-graveyard/UXP/issues/1804
Source: https://dpaste.com/AF96RDF74
+Source1: https://github.com/saloniamatteo/palemoon/blob/master/www-client/palemoon/files/add-limits-to-includes.patch
Date: 2021-08-10
Message:
By adding the <limits> to all these files, we can avoid compilation errors on
bgstack15