summaryrefslogtreecommitdiff
path: root/graphics/gqview
diff options
context:
space:
mode:
authortnn <tnn>2008-11-24 22:19:09 +0000
committertnn <tnn>2008-11-24 22:19:09 +0000
commitbf4edfdc61450e6e64950c0b6a75c789e74bab90 (patch)
treecbbc604324b042ba582a3659a414024aa646d778 /graphics/gqview
parent5a7720450295f320e1b8f29bc370af976526d034 (diff)
downloadpkgsrc-bf4edfdc61450e6e64950c0b6a75c789e74bab90.tar.gz
Uses math functions such as floor(3), so link explicitly against libm.
Fixes build on Solaris.
Diffstat (limited to 'graphics/gqview')
-rw-r--r--graphics/gqview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index a38810ecf2d..4dfe0889638 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2008/06/20 01:09:22 joerg Exp $
+# $NetBSD: Makefile,v 1.66 2008/11/24 22:19:09 tnn Exp $
DISTNAME= gqview-2.0.4
CATEGORIES= graphics x11
@@ -14,6 +14,7 @@ USE_TOOLS+= msgfmt pkg-config
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
+LIBS+= -lm
LIBS.SunOS+= -lsocket
.include "../../devel/gettext-lib/buildlink3.mk"