summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarino <marino>2012-01-28 11:39:28 +0000
committermarino <marino>2012-01-28 11:39:28 +0000
commit6f2e237e78c17e0c0223b7088d6c6c2951a748a8 (patch)
tree4fd3c32f9ed65f14e10fc48cefb89202c4ac1e6c /x11
parentff3a7c9cebe8d07e6f600f7aa9367a9a93fbda8b (diff)
downloadpkgsrc-6f2e237e78c17e0c0223b7088d6c6c2951a748a8.tar.gz
x11/gromit: Fix indirect linking error on DragonFly
Diffstat (limited to 'x11')
-rw-r--r--x11/gromit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile
index 2c5796c25af..0598bba12ec 100644
--- a/x11/gromit/Makefile
+++ b/x11/gromit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/11/01 06:02:51 sbd Exp $
+# $NetBSD: Makefile,v 1.19 2012/01/28 11:39:28 marino Exp $
#
DISTNAME= gromit-20041213
@@ -15,7 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
INSTALLATION_DIRS= bin
-LDFLAGS+= ${X11_LDFLAGS} -lX11
+LDFLAGS+= ${X11_LDFLAGS} -lX11
+LDFLAGS.DragonFly= -lm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gromit ${DESTDIR}${PREFIX}/bin