summaryrefslogtreecommitdiff
path: root/app-misc/mmv/mmv-1.01b_p19.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
commit63a4617476a3b084928b38d816b9ed6e196d62f5 (patch)
treef1c7e30e8c9b33d9f7e7b0a2e3dbd1d1121358c4 /app-misc/mmv/mmv-1.01b_p19.ebuild
parent662f71ae67cd775d7fbb79b5091676c0e07a992b (diff)
gentoo auto-resync : 29:05:2023 - 21:18:33
Diffstat (limited to 'app-misc/mmv/mmv-1.01b_p19.ebuild')
-rw-r--r--app-misc/mmv/mmv-1.01b_p19.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/app-misc/mmv/mmv-1.01b_p19.ebuild b/app-misc/mmv/mmv-1.01b_p19.ebuild
index d61f2fc9ff90..4af2d1953d94 100644
--- a/app-misc/mmv/mmv-1.01b_p19.ebuild
+++ b/app-misc/mmv/mmv-1.01b_p19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,10 +28,7 @@ src_prepare() {
}
src_compile() {
- # i wonder how this works on other platforms if CFLAGS from makefile are
- # overridden, see bug #218082
- [[ ${CHOST} == *-interix* ]] && append-flags -DIS_SYSV -DHAS_RENAME -DHAS_DIRENT
- [[ ${CHOST} == *-interix* ]] || append-lfs-flags
+ append-lfs-flags
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}