pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/freexl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 12 11:28:51 UTC 2017

Modified Files:
        pkgsrc/textproc/freexl: Makefile

Log Message:
SunOS requires an explicit -liconv.


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

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

Modified files:

Index: pkgsrc/textproc/freexl/Makefile
diff -u pkgsrc/textproc/freexl/Makefile:1.1 pkgsrc/textproc/freexl/Makefile:1.2
--- pkgsrc/textproc/freexl/Makefile:1.1 Fri Nov 27 14:00:26 2015
+++ pkgsrc/textproc/freexl/Makefile     Fri May 12 11:28:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/11/27 14:00:26 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/12 11:28:51 jperkin Exp $
 
 DISTNAME=      freexl-1.0.2
 CATEGORIES=    textproc
@@ -14,5 +14,7 @@ USE_LIBTOOL=          yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    freexl.pc.in
 
+LIBS.SunOS+=   -liconv
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index