pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/ocl-icd



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 13 12:04:56 UTC 2021

Modified Files:
        pkgsrc/parallel/ocl-icd: Makefile

Log Message:
ocl-icd: set explicit path to ruby exectuable


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/ocl-icd/Makefile

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

Modified files:

Index: pkgsrc/parallel/ocl-icd/Makefile
diff -u pkgsrc/parallel/ocl-icd/Makefile:1.3 pkgsrc/parallel/ocl-icd/Makefile:1.4
--- pkgsrc/parallel/ocl-icd/Makefile:1.3        Thu Jun 10 10:26:07 2021
+++ pkgsrc/parallel/ocl-icd/Makefile    Sun Jun 13 12:04:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/06/10 10:26:07 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/13 12:04:56 nia Exp $
 
 DISTNAME=      ocl-icd-2.3.0
 PKGREVISION=   1
@@ -22,6 +22,8 @@ TOOL_DEPENDS+=        xmlto-[0-9]*:../../textpr
 
 .include "../../lang/ruby/rubyversion.mk"
 
+MAKE_FLAGS+=   RUBY=${RUBY:Q}
+
 TOOL_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
 
 CONFIGURE_ARGS+=       --enable-custom-vendordir=${PKG_SYSCONFDIR}/OpenCL/vendors



Home | Main Index | Thread Index | Old Index