pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/img2eps print/img2eps: Fix indirect linking erro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a878a21c9e89
branches:  trunk
changeset: 598727:a878a21c9e89
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 10:08:30 2012 +0000

description:
print/img2eps: Fix indirect linking error on DragonFly

diffstat:

 print/img2eps/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 63c4f009f94b -r a878a21c9e89 print/img2eps/Makefile
--- a/print/img2eps/Makefile    Sun Jan 29 10:07:37 2012 +0000
+++ b/print/img2eps/Makefile    Sun Jan 29 10:08:30 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2011/04/22 13:44:32 obache Exp $
+# $NetBSD: Makefile,v 1.24 2012/01/29 10:08:30 marino Exp $
 #
 
 DISTNAME=      img2eps-0.2
@@ -15,6 +15,8 @@
 GNU_CONFIGURE= YES
 TEST_TARGET=   check
 
+LDFLAGS.DragonFly=     -lm
+
 .include "options.mk"
 
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index