mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/treebest-ensembl: fix build (-fcommon)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09e71d8896
commit
87625dc50c
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for treebest
|
||||
|
||||
# Copyright 2020 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2020-2021 Petar Petrov slackalaxy@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -76,10 +76,10 @@ find -L . \
|
|||
sed -i "/^CFLAGS/s/=/+=/" Makefile
|
||||
|
||||
# Make the CLI treebest and the FLTK GUI
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -fcommon" \
|
||||
make
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -fcommon" \
|
||||
make fltreebest
|
||||
|
||||
install -D -m755 treebest $PKG/usr/bin/treebest
|
||||
|
|
Loading…
Reference in a new issue