diff options
Diffstat (limited to 'system/slim/slim.SlackBuild')
-rw-r--r-- | system/slim/slim.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/slim/slim.SlackBuild b/system/slim/slim.SlackBuild index 83d755e84f83..67c197780af8 100644 --- a/system/slim/slim.SlackBuild +++ b/system/slim/slim.SlackBuild @@ -2,11 +2,10 @@ # Slackware build script for SLiM -# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com - # Copyright 2006 Martin Lefebvre <dadexter@gmail.com> # Copyright 2007-2009 Frank Caraballo <fecaraballo{at}gmail{dot}com> # Copyright 2010,2013 Niels Horn, Rio de Janeiro, Brazil +# Copyright 2014 Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,6 +24,8 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Maintained by David Spencer <baildon.research@googlemail.com> PRGNAM=slim VERSION=${VERSION:-1.3.6} @@ -77,6 +78,8 @@ find -L . \ patch -p0 < $CWD/slim.conf.patch # disable slimlock build patch -p0 < $CWD/CMakeLists.txt.patch +# Fix for freetype-2.5.5 headers +patch -p1 < $CWD/slim-1.3.6_freetype-2.5.1.diff # Fix location of man-pages sed "s/share\/man/man/" -i CMakeLists.txt |