pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gromit x11/gromit: Fix indirect linking error on D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32a33d242171
branches:  trunk
changeset: 598651:32a33d242171
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Jan 28 11:39:28 2012 +0000

description:
x11/gromit: Fix indirect linking error on DragonFly

diffstat:

 x11/gromit/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b6201ab07c77 -r 32a33d242171 x11/gromit/Makefile
--- a/x11/gromit/Makefile       Sat Jan 28 11:37:29 2012 +0000
+++ b/x11/gromit/Makefile       Sat Jan 28 11:39:28 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index