pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gettext-lib
Module Name: pkgsrc
Committed By: tnn
Date: Thu Jul 23 20:10:40 UTC 2026
Modified Files:
pkgsrc/devel/gettext-lib: Makefile
Log Message:
gettext-lib: pass --with-included-libintl to configure
Seems to be the correct thing here and fixes missing libintl
from PLIST on Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/gettext-lib/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/gettext-lib/Makefile
diff -u pkgsrc/devel/gettext-lib/Makefile:1.62 pkgsrc/devel/gettext-lib/Makefile:1.63
--- pkgsrc/devel/gettext-lib/Makefile:1.62 Tue Jul 21 12:55:54 2026
+++ pkgsrc/devel/gettext-lib/Makefile Thu Jul 23 20:10:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2026/07/21 12:55:54 adam Exp $
+# $NetBSD: Makefile,v 1.63 2026/07/23 20:10:39 tnn Exp $
.include "../../devel/gettext/Makefile.common"
@@ -7,6 +7,7 @@ COMMENT= Internationalized Message Handl
USE_LANGUAGES= c
CONFIGURE_ARGS+= --with-included-gettext
+CONFIGURE_ARGS+= --with-included-libintl
CONFIGURE_ARGS+= --disable-csharp
CONFIGURE_ARGS+= --disable-c++
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
Home |
Main Index |
Thread Index |
Old Index