summaryrefslogtreecommitdiff
path: root/media-video/projectx
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-20 13:40:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-20 13:40:13 +0000
commit8a705e483b6cd76f398a48e55d6643308c193c27 (patch)
tree228d08a59358a8f7f6f78380a894127034a90764 /media-video/projectx
parent3fbf7f8a6f6cd4d7073151908cb5a2c897c4d2db (diff)
downloadbaldeagleos-repo-8a705e483b6cd76f398a48e55d6643308c193c27.tar.gz
baldeagleos-repo-8a705e483b6cd76f398a48e55d6643308c193c27.tar.xz
baldeagleos-repo-8a705e483b6cd76f398a48e55d6643308c193c27.zip
Adding metadata
Diffstat (limited to 'media-video/projectx')
-rw-r--r--media-video/projectx/projectx-0.91.0.10-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/projectx/projectx-0.91.0.10-r3.ebuild b/media-video/projectx/projectx-0.91.0.10-r3.ebuild
index a6df47e09cb3..366fdb7843d2 100644
--- a/media-video/projectx/projectx-0.91.0.10-r3.ebuild
+++ b/media-video/projectx/projectx-0.91.0.10-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
EAPI=7
@@ -107,7 +107,7 @@ src_compile() {
eant build $(use_doc) -Dmanifest.mainclass=$(mainclass)
cd lib/PORTABLE || die
- emake CC=$(tc-getCC) IDCT="${IDCT}" LDFLAGS="${LDFLAGS}" \
+ emake CC="$(tc-getCC)" IDCT="${IDCT}" LDFLAGS="${LDFLAGS}" \
CPLAT="${CFLAGS} -O3 -ffast-math -fPIC"
}