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

@@ -1,5 +1,5 @@
DESCRIPTION="graphviz - Open Source Graph Visualization Software."
HOMEPAGE="http://www.graphviz.org/"
DESCRIPTION="graphviz - Open Source Graph Visualization Software."
HOMEPAGE="http://www.graphviz.org/"
SOURCE_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.24.0.tar.gz"
CHECKSUM_MD5="806a30dbc3f8deb219216f35be0e7a40"
REVISION="1"

View File

@@ -125,7 +125,7 @@ BUILD()
CPPFLAGS=`pkg-config --cflags freetype2` \
LDFLAGS=`pkg-config --libs freetype2` \
--enable-shared \
--disable-perl
--disable-perl
make $jobArgs
}