mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libxmu, disable x86_gcc2, disable static libraries (#7691)
This commit is contained in:
@@ -8,12 +8,12 @@ COPYRIGHT="1987, 1988 by Digital Equipment Corporation
|
||||
1998 by The XFree86 Project, Inc.
|
||||
1989, 1998 The Open Group"
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXmu-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731"
|
||||
SOURCE_DIR="libXmu-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
ARCHITECTURES="all x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -71,7 +71,9 @@ BUILD()
|
||||
{
|
||||
export LDFLAGS="-lnetwork"
|
||||
autoreconf -vfi
|
||||
runConfigure --omit-dirs docDir ./configure --docdir=$developDocDir
|
||||
runConfigure --omit-dirs docDir ./configure \
|
||||
--docdir=$developDocDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -79,11 +81,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
install -m 0644 -t "$developDocDir" README.md
|
||||
else
|
||||
rm -rf "$developDir/documentation"
|
||||
fi
|
||||
install -m 0644 -t "$developDocDir" README.md
|
||||
|
||||
rm -f $libDir/*.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user