mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
fixup! libXrender, bump revision, cleanup, fix REQUIRES_devel
This commit is contained in:
@@ -31,7 +31,7 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libxrender$secondaryArchSuffix == $portVersion base
|
||||
devel:libX11
|
||||
devel:libX11$secondaryArchSuffix
|
||||
devel:renderproto
|
||||
devel:xproto
|
||||
"
|
||||
@@ -63,8 +63,13 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
install -d "$developDocDir"
|
||||
install -t "$developDocDir" README
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
install -d "$developDocDir"
|
||||
install -t "$developDocDir" README
|
||||
else
|
||||
rm -rf "$developDir/documentation"
|
||||
fi
|
||||
|
||||
rm -f $libDir/*.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user