pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/opencv Enable PLIST.opencl on SunOS, shown in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79d882a981db
branches:  trunk
changeset: 637343:79d882a981db
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sun Jul 27 23:00:33 2014 +0000

description:
Enable PLIST.opencl on SunOS, shown in recent bulk builds.

diffstat:

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

diffs (18 lines):

diff -r 37a5ec348d88 -r 79d882a981db graphics/opencv/Makefile
--- a/graphics/opencv/Makefile  Sun Jul 27 22:59:11 2014 +0000
+++ b/graphics/opencv/Makefile  Sun Jul 27 23:00:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2014/07/09 19:57:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.48 2014/07/27 23:00:33 jperkin Exp $
 
 DISTNAME=      opencv-2.4.9
 CATEGORIES=    graphics devel
@@ -38,7 +38,7 @@
 
 PLIST_VARS+=   opencl
 
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
 PLIST.opencl=  yes
 .else
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index