mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 20:48:54 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -30,7 +30,7 @@ REQUIRES="
|
||||
sdl_image${secondaryArchSuffix} >= 1.2.10
|
||||
sdl_ttf${secondaryArchSuffix} >= 1.2
|
||||
sdl_mixer${secondaryArchSuffix} >= 1.2
|
||||
smpeg${secondaryArchSuffix} >= 0.4.5
|
||||
smpeg${secondaryArchSuffix} >= 0.4.5
|
||||
bzip2${secondaryArchSuffix}
|
||||
freetype${secondaryArchSuffix}
|
||||
libpng${secondaryArchSuffix}
|
||||
@@ -63,15 +63,15 @@ BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
{
|
||||
|
||||
runConfigure ./configure --no-werror
|
||||
|
||||
runConfigure ./configure --no-werror
|
||||
|
||||
#CFLAGS="-Wno-unused-but-set-variable"
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install-bin
|
||||
make install-bin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user