mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libxslt: configure.ac -= "-Wmissing-format-attribute" on x86_gcc2.
This commit is contained in:
@@ -55,6 +55,15 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
if [ "$effectiveTargetArchitecture" = x86_gcc2 ]; then
|
||||
sed -i \
|
||||
-e "s/ -Wmissing-format-attribute//" \
|
||||
configure.ac
|
||||
fi
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
|
||||
Reference in New Issue
Block a user