pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gqview Uses math functions such as floor(3), ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f0798b7d3c7
branches: trunk
changeset: 550636:1f0798b7d3c7
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Nov 24 22:19:09 2008 +0000
description:
Uses math functions such as floor(3), so link explicitly against libm.
Fixes build on Solaris.
diffstat:
graphics/gqview/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r dea19d4efda1 -r 1f0798b7d3c7 graphics/gqview/Makefile
--- a/graphics/gqview/Makefile Mon Nov 24 21:48:50 2008 +0000
+++ b/graphics/gqview/Makefile Mon Nov 24 22:19:09 2008 +0000
@@ -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 @@
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
+LIBS+= -lm
LIBS.SunOS+= -lsocket
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index