pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/openimageio



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Nov  6 17:20:41 UTC 2023

Modified Files:
        pkgsrc/graphics/openimageio: Makefile

Log Message:
openimageio: disable imageviewer to fix build
The imageviewer was built even if Qt5 was not
found thereby breaking when building so disable
it explicitly instead of just telling oiio to
not look for Qt5.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/openimageio/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/openimageio/Makefile
diff -u pkgsrc/graphics/openimageio/Makefile:1.97 pkgsrc/graphics/openimageio/Makefile:1.98
--- pkgsrc/graphics/openimageio/Makefile:1.97   Thu Oct 19 15:08:32 2023
+++ pkgsrc/graphics/openimageio/Makefile        Mon Nov  6 17:20:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2023/10/19 15:08:32 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2023/11/06 17:20:41 nros Exp $
 
 DISTNAME=      OpenImageIO-2.5.4.0
 PKGNAME=       ${DISTNAME:tl}
@@ -35,8 +35,8 @@ CMAKE_ARGS+=          -DUSE_OpenVDB=OFF
 CMAKE_ARGS+=           -DUSE_PTex=OFF
 CMAKE_ARGS+=           -DUSE_Field3D=OFF
 
-# only used for the image viewer test application
-CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_Qt5=ON
+# disable imageviewer since it requires Qt5 to build
+CMAKE_ARGS+=           -DENABLE_IV=OFF
 
 # disabled by default in arch linux, freebsd...
 CMAKE_ARGS+=           -DUSE_HDF5=OFF



Home | Main Index | Thread Index | Old Index