summaryrefslogtreecommitdiffstats
path: root/graphics/gpaint
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2020-05-28 20:53:28 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:27:26 -0500
commit86dcba401725b286b80d0cd803beb3e5ceda181b (patch)
treea38a71b80ca03bfad64ca80efab0768c5aa57a4a /graphics/gpaint
parent7f26423849c3b492b0123952356ed69f11e40134 (diff)
downloadslackbuilds-86dcba401725b286b80d0cd803beb3e5ceda181b.tar.gz
slackbuilds-86dcba401725b286b80d0cd803beb3e5ceda181b.tar.xz
graphics/gpaint: Fix underlinking against libm.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/gpaint')
-rw-r--r--graphics/gpaint/gpaint.SlackBuild1
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 \