Skip to content

Commit

Permalink
osg: disable exr support, it was broken by openexr changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Jul 12, 2021
1 parent 888af9e commit e95e704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions graphics/osg/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.132 2021/07/09 10:30:11 markd Exp $
# $NetBSD: Makefile,v 1.133 2021/07/12 21:06:42 nia Exp $

DISTNAME= osg-3.6.5
PKGREVISION= 9
Expand Down Expand Up @@ -33,6 +33,7 @@ CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GLIB=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GStreamer=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GtkGl=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_OpenCascade=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_OpenEXR=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_DCMTK=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_NVTT=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_ZeroConf=TRUE
Expand All @@ -55,7 +56,6 @@ CXXFLAGS+= -D__STDC_LIMIT_MACROS
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/jasper/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../lang/lua52/buildlink3.mk"
.include "../../multimedia/ffmpeg4/buildlink3.mk"
Expand Down
3 changes: 1 addition & 2 deletions graphics/osg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2021/03/02 09:41:56 adam Exp $
@comment $NetBSD: PLIST,v 1.9 2021/07/12 21:06:42 nia Exp $
bin/osgarchive
bin/osgconv
bin/osgfilecache
Expand Down Expand Up @@ -702,7 +702,6 @@ lib/osgPlugins-${PKGVERSION}/osgdb_deprecated_osgvolume.so
lib/osgPlugins-${PKGVERSION}/osgdb_deprecated_osgwidget.so
lib/osgPlugins-${PKGVERSION}/osgdb_dot.so
lib/osgPlugins-${PKGVERSION}/osgdb_dxf.so
lib/osgPlugins-${PKGVERSION}/osgdb_exr.so
lib/osgPlugins-${PKGVERSION}/osgdb_ffmpeg.so
lib/osgPlugins-${PKGVERSION}/osgdb_freetype.so
${PLIST.gdal}lib/osgPlugins-${PKGVERSION}/osgdb_gdal.so
Expand Down

0 comments on commit e95e704

Please sign in to comment.