pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gd



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep 29 21:44:34 UTC 2025

Modified Files:
        pkgsrc/graphics/gd: options.mk

Log Message:
gd: Disable libimagequant on non-rust archs


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/gd/options.mk

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

Modified files:

Index: pkgsrc/graphics/gd/options.mk
diff -u pkgsrc/graphics/gd/options.mk:1.10 pkgsrc/graphics/gd/options.mk:1.11
--- pkgsrc/graphics/gd/options.mk:1.10  Thu Jul 11 19:50:51 2024
+++ pkgsrc/graphics/gd/options.mk       Mon Sep 29 21:44:34 2025
@@ -1,8 +1,16 @@
-# $NetBSD: options.mk,v 1.10 2024/07/11 19:50:51 wiz Exp $
+# $NetBSD: options.mk,v 1.11 2025/09/29 21:44:34 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gd
 PKG_SUPPORTED_OPTIONS= libimagequant raqm tiff x11
-PKG_SUGGESTED_OPTIONS= libimagequant raqm tiff
+PKG_SUGGESTED_OPTIONS= raqm tiff
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.include "../../lang/rust/platform.mk"
+
+.if ${PLATFORM_SUPPORTS_RUST:tl} != "no"
+PKG_SUGGESTED_OPTIONS+=        libimagequant
+.endif
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index