pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libthai



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 15 10:34:30 UTC 2022

Modified Files:
        pkgsrc/devel/libthai: Makefile

Log Message:
libthai: Requires libiconv.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/libthai/Makefile

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

Modified files:

Index: pkgsrc/devel/libthai/Makefile
diff -u pkgsrc/devel/libthai/Makefile:1.20 pkgsrc/devel/libthai/Makefile:1.21
--- pkgsrc/devel/libthai/Makefile:1.20  Tue Mar 24 17:09:26 2020
+++ pkgsrc/devel/libthai/Makefile       Thu Dec 15 10:34:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/03/24 17:09:26 nia Exp $
+# $NetBSD: Makefile,v 1.21 2022/12/15 10:34:30 jperkin Exp $
 
 DISTNAME=      libthai-0.1.28
 CATEGORIES=    devel
@@ -17,5 +17,6 @@ CONFIGURE_ARGS+=      --disable-doxygen-doc
 PKGCONFIG_OVERRIDE+=   libthai.pc.in
 TEST_TARGET=           check
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/libdatrie/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index