pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/SDL2_image-legacy



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 18 08:41:00 UTC 2024

Modified Files:
        pkgsrc/graphics/SDL2_image-legacy: Makefile

Log Message:
SDL2_image-legacy: Sprinkle CHECK_PORTABILITY_SKIP for third-party libs


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/SDL2_image-legacy/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/SDL2_image-legacy/Makefile
diff -u pkgsrc/graphics/SDL2_image-legacy/Makefile:1.1 pkgsrc/graphics/SDL2_image-legacy/Makefile:1.2
--- pkgsrc/graphics/SDL2_image-legacy/Makefile:1.1      Mon May  6 18:05:31 2024
+++ pkgsrc/graphics/SDL2_image-legacy/Makefile  Sat May 18 08:40:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/06 18:05:31 nia Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/18 08:40:59 nia Exp $
 
 DISTNAME=      SDL2_image-2.0.1
 CATEGORIES=    graphics devel
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+=      --disable-webp-shared
 INSTALLATION_DIRS=     bin
 PKGCONFIG_OVERRIDE=    SDL2_image.pc.in
 
+CHECK_PORTABILITY_SKIP+=       external/*/configure
+
 post-install:
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
                ${DESTDIR}${PREFIX}/bin/showimage2



Home | Main Index | Thread Index | Old Index