summaryrefslogtreecommitdiff
path: root/x11/gromit
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-21 09:40:02 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-21 09:40:02 +0000
commit30666723b794206a4a81af3c9cb636321c3d76fa (patch)
tree32d1ed7e3218ab643b094a09e894b8be1ba143a5 /x11/gromit
parentd4868e0547fafc08dcd06ed33d1bd7bdc9ae2a6d (diff)
downloadpkgsrc-30666723b794206a4a81af3c9cb636321c3d76fa.tar.gz
Fix build on SunOS (needs explicit -lm).
Diffstat (limited to 'x11/gromit')
-rw-r--r--x11/gromit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile
index 4d8d76d8b0e..0bbc42129cd 100644
--- a/x11/gromit/Makefile
+++ b/x11/gromit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/05/05 00:48:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2014/08/21 09:40:02 jperkin Exp $
#
DISTNAME= gromit-20041213
@@ -15,6 +15,7 @@ INSTALLATION_DIRS= bin
LDFLAGS+= ${X11_LDFLAGS} -lX11
LDFLAGS.DragonFly= -lm
+LDFLAGS.SunOS+= -lm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gromit ${DESTDIR}${PREFIX}/bin