mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/free42: Fix linking with X11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6194d0b79e
commit
94a0d23a35
1 changed files with 5 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=free42
|
||||
VERSION=1.4.74
|
||||
BUILD=${BUILD:-1}
|
||||
VERSION=${VERSION:-1.4.74}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -66,6 +66,9 @@ chown -R root:root .
|
|||
chmod -R u+w,go+r-w,a-s .
|
||||
cd gtk
|
||||
|
||||
# Add X11 library to Makefile
|
||||
echo 'LIBS := ${LIBS} -lX11' >> Makefile
|
||||
|
||||
make
|
||||
make -e BCD_MATH=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue