pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 27 17:22:41 UTC 2024

Modified Files:
        pkgsrc/www/webkit-gtk: Makefile

Log Message:
webkit-gtk: fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 pkgsrc/www/webkit-gtk/Makefile

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

Modified files:

Index: pkgsrc/www/webkit-gtk/Makefile
diff -u pkgsrc/www/webkit-gtk/Makefile:1.255 pkgsrc/www/webkit-gtk/Makefile:1.256
--- pkgsrc/www/webkit-gtk/Makefile:1.255        Tue Nov 14 14:03:05 2023
+++ pkgsrc/www/webkit-gtk/Makefile      Sat Jan 27 17:22:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.255 2023/11/14 14:03:05 wiz Exp $
+# $NetBSD: Makefile,v 1.256 2024/01/27 17:22:41 wiz Exp $
 
 DISTNAME=      webkitgtk-2.36.8
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -45,7 +45,7 @@ CMAKE_ARGS+=          -DUSE_OPENJPEG=OFF
 CMAKE_ARGS+=           -DUSE_SOUP2=ON
 
 .include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64*)
+.if ${MACHINE_PLATFORM:MNetBSD-*-aarch64*}
 CMAKE_ARGS+=           -DAVOID_INT128=ON
 .endif
 



Home | Main Index | Thread Index | Old Index