diff options
author | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:42 +0100 |
commit | 1e47066cd2e80fd7149100e6b4bf232164d3bebc (patch) | |
tree | 095956a914dcb1fdf2d8ea7c4b4e0e8a09c61dd1 /app-editors | |
parent | app-editors/levee: quote $(tc-*) calls (diff) | |
download | gentoo-1e47066cd2e80fd7149100e6b4bf232164d3bebc.tar.gz gentoo-1e47066cd2e80fd7149100e6b4bf232164d3bebc.tar.bz2 gentoo-1e47066cd2e80fd7149100e6b4bf232164d3bebc.zip |
app-editors/xemacs: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.24-r3.ebuild | 4 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.24-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.24-r3.ebuild b/app-editors/xemacs/xemacs-21.4.24-r3.ebuild index 9b7467a98c25..a0b28559a0a5 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r3.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: xemacs currently does not work with position independent code @@ -184,7 +184,7 @@ src_configure() { $(use_with ldap ) \ $(use_with eolconv file-coding ) \ $(use_with pop ) \ - --compiler=$(tc-getCC) \ + --compiler="$(tc-getCC)" \ --prefix=/usr \ --without-canna \ --with-ncurses \ diff --git a/app-editors/xemacs/xemacs-21.4.24-r4.ebuild b/app-editors/xemacs/xemacs-21.4.24-r4.ebuild index 53953b0528d1..ad783065d393 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: xemacs currently does not work with position independent code @@ -184,7 +184,7 @@ src_configure() { $(use_with ldap ) \ $(use_with eolconv file-coding ) \ $(use_with pop ) \ - --compiler=$(tc-getCC) \ + --compiler="$(tc-getCC)" \ --prefix=/usr \ --without-canna \ --with-ncurses \ |