diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-11-30 19:14:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-11-30 19:14:39 +0000 |
| commit | 1006daa4a9bab95d5a184abe06bc488312d54822 (patch) | |
| tree | 3e31571de3dc6b0ad0762eb06e85f83f4c626d76 /dev-lisp/gcl | |
| parent | 3101cff9fe3f76dec66dd6452f4f18ef2c2bb85f (diff) | |
| download | baldeagleos-repo-1006daa4a9bab95d5a184abe06bc488312d54822.tar.gz baldeagleos-repo-1006daa4a9bab95d5a184abe06bc488312d54822.tar.xz baldeagleos-repo-1006daa4a9bab95d5a184abe06bc488312d54822.zip | |
Adding metadata
Diffstat (limited to 'dev-lisp/gcl')
| -rw-r--r-- | dev-lisp/gcl/gcl-2.6.13_pre99.ebuild | 3 | ||||
| -rw-r--r-- | dev-lisp/gcl/gcl-2.6.14.ebuild | 1 | ||||
| -rw-r--r-- | dev-lisp/gcl/gcl-2.6.15_pre3.ebuild | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild index d85492310118..b76ff92c2823 100644 --- a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild +++ b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,6 +34,7 @@ PATCHES=( src_configure() { filter-lto # bug #931082 strip-flags + append-cflags -std=gnu17 # bug #947758 filter-flags -fstack-protector -fstack-protector-all # breaks linking on multiple defined syms #append-cflags $(test-flags-CC -fgnu89-inline) diff --git a/dev-lisp/gcl/gcl-2.6.14.ebuild b/dev-lisp/gcl/gcl-2.6.14.ebuild index 0e921e373c3c..018b95d1eb15 100644 --- a/dev-lisp/gcl/gcl-2.6.14.ebuild +++ b/dev-lisp/gcl/gcl-2.6.14.ebuild @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} src_configure() { filter-lto # bug #931082 strip-flags + append-cflags -std=gnu17 # bug #947758 filter-flags -fstack-protector -fstack-protector-all # breaks linking on multiple defined syms #append-cflags $(test-flags-CC -fgnu89-inline) diff --git a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild index c18f0f8d36b2..700500f8c7ff 100644 --- a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild +++ b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild @@ -37,6 +37,7 @@ S="${WORKDIR}"/${PN}-Version_2_6_15pre3/${PN} src_configure() { filter-lto # bug #931082 strip-flags + append-cflags -std=gnu17 # bug #947758 filter-flags -fstack-protector -fstack-protector-all local tcl="" |
