From 689873d2fadb635b34218b9831e9c6ddc6e9f790 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Thu, 26 Nov 2015 02:10:43 -0500 Subject: audio/horgand: Fix compile issue. --- audio/horgand/horgand.SlackBuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'audio/horgand') diff --git a/audio/horgand/horgand.SlackBuild b/audio/horgand/horgand.SlackBuild index 4947f52dcf..ef09b5dd4b 100644 --- a/audio/horgand/horgand.SlackBuild +++ b/audio/horgand/horgand.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20151126 bkw: +# - fix build on -current (preparing for 14.2) + PRGNAM=horgand VERSION=${VERSION:-1.14} BUILD=${BUILD:-3} @@ -53,6 +56,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Slackware's extra/fltk doesn't have /usr/include/Fl -> FL +sed -i '/#include/s,Fl/,FL/,' src/* + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3