2 Commits
ipset ... wine

Author SHA1 Message Date
2930180079 wine wine-staging: Remove mingw removal
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 4s
2025-05-20 23:37:22 -05:00
f60f251445 Merge pull request 'ipset: fix source patch' (#371) from ipset into master
Reviewed-on: #371
2025-05-20 10:50:52 +02:00
2 changed files with 2 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/bash
for i in "$@"; do
sed -e 's|mingw-w64-gcc||' \
-e '/mingw32-strip/d' \
-e '/depends/i CFLAGS+=" -Wno-error=incompatible-pointer-types -fPIC"' \
sed -e '/depends/i CFLAGS+=" -Wno-error=incompatible-pointer-types -fPIC"' \
-i "$i"/PKGBUILD
for arg in "$@"
do

View File

@@ -4,8 +4,7 @@ if [ "$#" -eq 0 ]; then
else
for arg in "$@"
do
sed -e 's|mingw-w64-gcc||' \
-e 's|-ffat-lto-objects|-ffat-lto-objects -fPIC|' \
sed -e 's|-ffat-lto-objects|-ffat-lto-objects -fPIC|' \
-i $arg/PKGBUILD
done