pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jul 30 18:28:32 UTC 2019

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile

Log Message:
gdk-pixbuf2: Expand glob in previous change.

Reported by abs@, not sure what isn't supporting it but this fixes the issue.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/gdk-pixbuf2/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/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.40 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.41
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.40   Mon Jul 29 19:40:51 2019
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Tue Jul 30 18:28:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/07/29 19:40:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2019/07/30 18:28:32 jperkin Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -39,7 +39,7 @@ _BUILDING_GTK2= yes
 .include "loaders.mk"
 
 pre-build:
-       ${CHMOD} +x ${WRKSRC}/build-aux/*.{py,sh}
+       ${CHMOD} +x ${WRKSRC}/build-aux/*.py ${WRKSRC}/build-aux/*.sh
 
 .include "../../devel/py-meson/build.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"



Home | Main Index | Thread Index | Old Index