diff options
author | 2020-05-28 20:53:28 +0200 | |
---|---|---|
committer | 2021-02-27 09:49:51 +0100 | |
commit | 227a62afca49780c674954d82f5000063616314a (patch) | |
tree | 9c3a70ae66f5223b4bced0d86306aa33947c2501 | |
parent | 9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff) | |
download | slackbuilds-gpaint.tar.gz |
graphics/gpaint: Fix underlinking against libm.gpaint
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | graphics/gpaint/gpaint.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gpaint/gpaint.SlackBuild b/graphics/gpaint/gpaint.SlackBuild index a1c3993328..0c3b7861ba 100644 --- a/graphics/gpaint/gpaint.SlackBuild +++ b/graphics/gpaint/gpaint.SlackBuild @@ -84,6 +84,7 @@ patch -p1 -i $CWD/patches/24_fix_crash_on_failed_write.patch patch -p1 -i $CWD/patches/25_fix_color_selection.patch patch -p1 -i $CWD/patches/26_fix_toolbar.patch +LIBS="-lm" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |