summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-18 23:34:10 +0000
committerSam James <sam@gentoo.org>2021-05-18 23:35:15 +0000
commita3d5c325c790fb1072489d4f3e29665b3ef58d61 (patch)
tree41f2ced78111e1566d5c8b21d81a508c7d650f70 /app-editors/ne/files
parentdev-python/typed-ast: Stabilize 1.4.3 ppc64, #790962 (diff)
downloadgentoo-a3d5c325c790fb1072489d4f3e29665b3ef58d61.tar.gz
gentoo-a3d5c325c790fb1072489d4f3e29665b3ef58d61.tar.bz2
gentoo-a3d5c325c790fb1072489d4f3e29665b3ef58d61.zip
app-editors/ne: add 3.3.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/ne/files')
-rw-r--r--app-editors/ne/files/ne-3.3.1-respect-CFLAGS.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/ne/files/ne-3.3.1-respect-CFLAGS.patch b/app-editors/ne/files/ne-3.3.1-respect-CFLAGS.patch
new file mode 100644
index 000000000000..13e47b9be2b1
--- /dev/null
+++ b/app-editors/ne/files/ne-3.3.1-respect-CFLAGS.patch
@@ -0,0 +1,14 @@
+diff --git a/src/makefile b/src/makefile
+index ae358fe..76bfe1d 100644
+--- a/src/makefile
++++ b/src/makefile
+@@ -96,8 +96,7 @@ endif
+
+ # Test for GCC
+ ifneq (,$(findstring gcc,$(shell $(CC) 2>&1)))
+-GCCFLAGS=-std=c99 -Wall -Wno-parentheses -fno-strict-aliasing -flto=auto -ffat-lto-objects -Wp,-D_FORTIFY_SOURCE=2
+-LDFLAGS=-flto=auto
++GCCFLAGS=-std=c99 -Wall -Wno-parentheses -fno-strict-aliasing -Wp,-D_FORTIFY_SOURCE=2
+ endif
+
+ CFLAGS=$(GCCFLAGS) \