pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2 gdk-pixbuf2: Expand glob in previ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e7c611e82e5
branches:  trunk
changeset: 398797:9e7c611e82e5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jul 30 18:28:32 2019 +0000

description:
gdk-pixbuf2: Expand glob in previous change.

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

diffstat:

 graphics/gdk-pixbuf2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 727e0c8ef68b -r 9e7c611e82e5 graphics/gdk-pixbuf2/Makefile
--- a/graphics/gdk-pixbuf2/Makefile     Tue Jul 30 18:16:23 2019 +0000
+++ b/graphics/gdk-pixbuf2/Makefile     Tue Jul 30 18:28:32 2019 +0000
@@ -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 @@
 .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