diff options
Diffstat (limited to 'net-print/poster/poster-20060221-r3.ebuild')
-rw-r--r-- | net-print/poster/poster-20060221-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/poster/poster-20060221-r3.ebuild b/net-print/poster/poster-20060221-r3.ebuild index 2ac9fde37759..b912c89acd95 100644 --- a/net-print/poster/poster-20060221-r3.ebuild +++ b/net-print/poster/poster-20060221-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ PATCHES=( "${FILESDIR}/${P}-fix_cutmarks.patch" ) -src_compile(){ +src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die } |