diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-01-23 12:16:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-24 08:27:16 +0700 |
commit | 76bfa73a3217e6978202ccec3e1f3f23783b126d (patch) | |
tree | fff18b76e36df4355f3e97b313946a42bdd9f6d9 /gis/grass | |
parent | eb9e71ae4d9e88735835e667c917f10ee47981ff (diff) | |
download | slackbuilds-76bfa73a3217e6978202ccec3e1f3f23783b126d.tar.gz |
gis/grass: Fix build for new freetype.
The recent freetype-2.5.5-(arch)-1_slack14.1 patch moved an
include file. No build bump because existing executables will
still be ok.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/grass')
-rw-r--r-- | gis/grass/grass.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gis/grass/grass.SlackBuild b/gis/grass/grass.SlackBuild index 7693951099..b8e47deac4 100644 --- a/gis/grass/grass.SlackBuild +++ b/gis/grass/grass.SlackBuild @@ -115,6 +115,7 @@ LDFLAGS="-ldl -lncurses" \ --with-fftw \ --with-motif \ --with-freetype \ + --with-freetype-includes=/usr/include/freetype2 \ --with-readline \ --with-python \ --with-proj-share=/usr/share/proj \ |