pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 Linux needs -ldl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6cb425b3ad2
branches:  trunk
changeset: 635789:e6cb425b3ad2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 11 10:58:40 2014 +0000

description:
Linux needs -ldl.

diffstat:

 graphics/exiv2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 97f98c3f13bb -r e6cb425b3ad2 graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile   Wed Jun 11 05:55:58 2014 +0000
+++ b/graphics/exiv2/Makefile   Wed Jun 11 10:58:40 2014 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.35 2014/06/05 07:12:53 adam Exp $
+# $NetBSD: Makefile,v 1.36 2014/06/11 10:58:40 jperkin Exp $
 
 .include "Makefile.common"
 
 USE_PKGLOCALEDIR=      yes
 PKGCONFIG_OVERRIDE=    config/exiv2.pc.in
 
+LDFLAGS.Linux+=                -ldl
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index