Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -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
}