mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -20,14 +20,7 @@ SOURCE_FILENAME="plee-the-bear-0.7.0.tgz"
|
||||
SOURCE_DIR="plee-the-bear-0.7.0-light"
|
||||
PATCHES="plee_the_bear-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
ARCHITECTURES="x86_gcc2 $ARCHITECTURES"
|
||||
else
|
||||
ARCHITECTURES="!x86_gcc2 $ARCHITECTURES"
|
||||
fi
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -35,7 +28,7 @@ PROVIDES="
|
||||
cmd:plee_the_bear$secondaryArchSuffix = $portVersion
|
||||
lib:libplee_the_bear$secondaryArchSuffix = $portVersion
|
||||
lib:libbear_audio$secondaryArchSuffix
|
||||
lib:libbear_communication$secondaryArchSuffix
|
||||
libnication$secondaryArchSuffix
|
||||
lib:libbear_debug$secondaryArchSuffix
|
||||
lib:libbear_engine$secondaryArchSuffix
|
||||
lib:libbear_expr$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user