pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/fig2dev fig2dev: SunOS needs an explicit -liconv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d232b6e5bb9a
branches:  trunk
changeset: 372823:d232b6e5bb9a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 18 13:06:15 2017 +0000

description:
fig2dev: SunOS needs an explicit -liconv.

diffstat:

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

diffs (18 lines):

diff -r 318dabb743b7 -r d232b6e5bb9a print/fig2dev/Makefile
--- a/print/fig2dev/Makefile    Mon Dec 18 13:01:17 2017 +0000
+++ b/print/fig2dev/Makefile    Mon Dec 18 13:06:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/03 14:59:08 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/18 13:06:15 jperkin Exp $
 
 DISTNAME=      fig2dev-3.2.6a
 CATEGORIES=    graphics print
@@ -11,6 +11,8 @@
 
 GNU_CONFIGURE= yes
 
+LDFLAGS.SunOS+=        -liconv
+
 .include "../../graphics/png/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index