Skip to content

Commit

Permalink
app-emulation/wine-vanilla: respect CROSS*FLAGS again
Browse files Browse the repository at this point in the history
Oops, overlooked while changing this around.

Now with more syntax highlighting confusion for vim.

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Aug 10, 2023
1 parent 15bf593 commit 5545565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ src_configure() {
ac_cv_prog_x86_64_CC="${mingwcc_amd64}"
ac_cv_prog_i386_CC="${mingwcc_x86}"

CROSSCFLAGS="$(
CROSSCFLAGS="${CROSSCFLAGS:-$(
filter-flags '-fstack-protector*' #870136
filter-flags '-mfunction-return=thunk*' #878849
Expand All @@ -282,13 +282,13 @@ src_configure() {
use custom-cflags || append-cflags -mno-avx
CC=${mingwcc} test-flags-CC ${CFLAGS:--O2}
)"
)}"

CROSSLDFLAGS="$(
CROSSLDFLAGS="${CROSSLDFLAGS:-$(
filter-flags '-fuse-ld=*'
CC=${mingwcc} test-flags-CCLD ${LDFLAGS}
)"
)}"
)
fi

Expand Down
8 changes: 4 additions & 4 deletions app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ src_configure() {
ac_cv_prog_x86_64_CC="${mingwcc_amd64}"
ac_cv_prog_i386_CC="${mingwcc_x86}"

CROSSCFLAGS="$(
CROSSCFLAGS="${CROSSCFLAGS:-$(
filter-flags '-fstack-protector*' #870136
filter-flags '-mfunction-return=thunk*' #878849
Expand All @@ -282,13 +282,13 @@ src_configure() {
use custom-cflags || append-cflags -mno-avx
CC=${mingwcc} test-flags-CC ${CFLAGS:--O2}
)"
)}"

CROSSLDFLAGS="$(
CROSSLDFLAGS="${CROSSLDFLAGS:-$(
filter-flags '-fuse-ld=*'
CC=${mingwcc} test-flags-CCLD ${LDFLAGS}
)"
)}"
)
fi

Expand Down

0 comments on commit 5545565

Please sign in to comment.