audio/horgand: Fix compile issue.
This commit is contained in:
parent
bd2d2d8020
commit
689873d2fa
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue