diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2021-05-18 16:59:47 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:40:16 +0700 |
commit | 87625dc50cb191806f06bb7f908cde21654bd394 (patch) | |
tree | bdc1ad27b3213f6ab58c33541101ace4da8586c3 /academic | |
parent | 09e71d88961dd2407eafe3e15183d3506109a8ec (diff) | |
download | slackbuilds-87625dc50cb191806f06bb7f908cde21654bd394.tar.gz |
academic/treebest-ensembl: fix build (-fcommon)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/treebest-ensembl/treebest-ensembl.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/treebest-ensembl/treebest-ensembl.SlackBuild b/academic/treebest-ensembl/treebest-ensembl.SlackBuild index b3a8844539..e4879d1cdc 100644 --- a/academic/treebest-ensembl/treebest-ensembl.SlackBuild +++ b/academic/treebest-ensembl/treebest-ensembl.SlackBuild @@ -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 |