ports/editors/vis/files/patch-configure
Jesús Daniel Colmenares Oviedo ae1b71bad0 editors/vis: Update to 0.9
ChangeLog: https://github.com/martanne/vis/blob/v0.9/CHANGELOG.md

PR:		279689
Reported by:	DtxdF@disroot.org (maintainer)
2024-06-14 08:24:21 +02:00

17 lines
424 B
Text

--- configure.orig 2024-06-11 20:47:15 UTC
+++ configure
@@ -233,14 +233,6 @@ esac
AIX) CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;;
esac
-tryflag CFLAGS -pipe
-
-# Try flags to optimize binary size
-tryflag CFLAGS -O2
-tryflag CFLAGS -ffunction-sections
-tryflag CFLAGS -fdata-sections
-tryldflag LDFLAGS_AUTO -Wl,--gc-sections
-
# Try hardening flags
tryflag CFLAGS -fPIE
tryflag CFLAGS_AUTO -fstack-protector-all