pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/fig2dev



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec 18 13:06:15 UTC 2017

Modified Files:
        pkgsrc/print/fig2dev: Makefile

Log Message:
fig2dev: SunOS needs an explicit -liconv.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/fig2dev/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/fig2dev/Makefile
diff -u pkgsrc/print/fig2dev/Makefile:1.1 pkgsrc/print/fig2dev/Makefile:1.2
--- pkgsrc/print/fig2dev/Makefile:1.1   Tue Oct  3 14:59:08 2017
+++ pkgsrc/print/fig2dev/Makefile       Mon Dec 18 13:06:15 2017
@@ -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 @@ COMMENT=      Convert .fig files to graphical
 
 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