pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/libpsl
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 29 05:18:35 UTC 2026
Modified Files:
pkgsrc/www/libpsl: Makefile
Log Message:
libpsl: fix build on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/libpsl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/libpsl/Makefile
diff -u pkgsrc/www/libpsl/Makefile:1.18 pkgsrc/www/libpsl/Makefile:1.19
--- pkgsrc/www/libpsl/Makefile:1.18 Sun Jun 28 14:01:29 2026
+++ pkgsrc/www/libpsl/Makefile Mon Jun 29 05:18:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2026/06/28 14:01:29 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/06/29 05:18:35 adam Exp $
DISTNAME= libpsl-0.22.0
CATEGORIES= www
@@ -13,11 +13,12 @@ LICENSE= mit
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
-USE_TOOLS+= msgfmt msgmerge xgettext
+USE_TOOLS+= gmake msgfmt msgmerge pkg-config xgettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --enable-runtime=libidn2
+# Fix for iconv detection in gettext 1.0.
+CONFIGURE_ENV.Darwin= am_cv_func_iconv_works=yes
PKGCONFIG_OVERRIDE+= libpsl.pc.in
TEST_TARGET= check
@@ -25,9 +26,9 @@ PYTHON_FOR_BUILD_ONLY= tool
REPLACE_PYTHON+= src/psl-make-dafsa
-.include "../../lang/python/tool.mk"
-.include "../../lang/python/application.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libidn2/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/tool.mk"
.include "../../textproc/libunistring/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index