pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ghc94
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Feb 21 10:36:55 UTC 2023
Modified Files:
pkgsrc/lang/ghc94: Makefile
Log Message:
ghc94: Switch PYTHON_FOR_BUILD_ONLY to "tool".
Setting it to "yes" performs a full buildlink3 inclusion of the necessary
python version. This brings in gettext-lib, which on some platforms will add
an explicit -lintl to linker args, but gettext-lib is not marked as a full
dependency so this ends in runtime failures with missing libintl.
Switching to "tool" uses a plain DEPENDS instead so no problems.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ghc94/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ghc94/Makefile
diff -u pkgsrc/lang/ghc94/Makefile:1.5 pkgsrc/lang/ghc94/Makefile:1.6
--- pkgsrc/lang/ghc94/Makefile:1.5 Tue Feb 7 10:45:25 2023
+++ pkgsrc/lang/ghc94/Makefile Tue Feb 21 10:36:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/02/07 10:45:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2023/02/21 10:36:55 jperkin Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
@@ -51,7 +51,7 @@ USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
USE_GNU_CONFIGURE_HOST= no
USE_LIBTOOL= yes
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/tool.mk"
# -----------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index