pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/SDL_image
Module Name: pkgsrc
Committed By: triaxx
Date: Tue Aug 19 19:40:54 UTC 2025
Modified Files:
pkgsrc/graphics/SDL_image: Makefile
Log Message:
SDL_image: Disable ImageIO on Darwin for SDL12_TYPE == "compat"
There was invisible sprites on games depending on devel/SDL (at list
games/KoboDeluxe and games/xye) where SDL12_TYPE was set to "compat".
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/SDL_image/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/SDL_image/Makefile
diff -u pkgsrc/graphics/SDL_image/Makefile:1.58 pkgsrc/graphics/SDL_image/Makefile:1.59
--- pkgsrc/graphics/SDL_image/Makefile:1.58 Thu Apr 24 14:14:11 2025
+++ pkgsrc/graphics/SDL_image/Makefile Tue Aug 19 19:40:54 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2025/04/24 14:14:11 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2025/08/19 19:40:54 triaxx Exp $
DISTNAME= SDL_image-1.2.12
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= graphics devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
@@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE= SDL_image.pc.in
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin" && ${OPSYS_VERSION} < 100500
+.if ${OPSYS} == "Darwin" && (${OPSYS_VERSION} < 100500 || ${SDL12_TYPE:U:tl} == "compat")
CONFIGURE_ARGS+= --disable-imageio
.endif
Home |
Main Index |
Thread Index |
Old Index