pkgsrc-WIP-changes archive

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

libxls: Requires libiconv, declare C++ use



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Tue Dec 11 09:51:20 2018 +0100
Changeset:	f60da65fbbb0ef3ac909f7b121f216e65d27e7d0

Modified Files:
	libxls/Makefile
	libxls/buildlink3.mk

Log Message:
libxls: Requires libiconv, declare C++ use

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f60da65fbbb0ef3ac909f7b121f216e65d27e7d0

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

diffstat:
 libxls/Makefile      | 2 ++
 libxls/buildlink3.mk | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/libxls/Makefile b/libxls/Makefile
index 43c52050ab..c95eb06947 100644
--- a/libxls/Makefile
+++ b/libxls/Makefile
@@ -14,5 +14,7 @@ WRKSRC=		${WRKDIR}/libxls
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
+USE_LANGUAGES+=	c c++
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/libxls/buildlink3.mk b/libxls/buildlink3.mk
index d9395da743..2057bf32b8 100644
--- a/libxls/buildlink3.mk
+++ b/libxls/buildlink3.mk
@@ -7,6 +7,8 @@ LIBXLS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libxls+=	libxls>=1.4.0
 BUILDLINK_PKGSRCDIR.libxls?=	../../wip/libxls
+
+.include "../../converters/libiconv/buildlink3.mk"
 .endif
 
 BUILDLINK_TREE+=	-libxls


Home | Main Index | Thread Index | Old Index