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:   nia
Date:           Fri Mar 15 17:13:43 UTC 2024

Modified Files:
        pkgsrc/graphics/SDL_image: Makefile

Log Message:
SDL_image: Fix building on Tiger


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/graphics/SDL_image/Makefile:1.56
--- pkgsrc/graphics/SDL_image/Makefile:1.55     Sat Oct 21 17:10:21 2023
+++ pkgsrc/graphics/SDL_image/Makefile  Fri Mar 15 17:13:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2023/10/21 17:10:21 gdt Exp $
+# $NetBSD: Makefile,v 1.56 2024/03/15 17:13:43 nia Exp $
 
 DISTNAME=      SDL_image-1.2.12
 PKGREVISION=   11
@@ -15,11 +15,18 @@ CONFLICTS=          SDL-image-[0-9]*
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --enable-tif
+CONFIGURE_ARGS+=       --disable-sdltest
 CONFIGURE_ENV+=                OBJC=${CC:Q}
 
 INSTALLATION_DIRS=     bin
 PKGCONFIG_OVERRIDE=    SDL_image.pc.in
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin" && ${OPSYS_VERSION} < 100500
+CONFIGURE_ARGS+=       --disable-imageio
+.endif
+
 post-install:
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
                ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index