aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-04-11 04:42:12 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-04-12 00:33:45 +0000
commit8b4cc116f677d518a48582aea8739bb06e078675 (patch)
tree9e093b594dc39dc6caca74dec03d468644096500 /graphics
parent9afced56643d76c48d9fac24ede0e1e39f3478cd (diff)
downloadports-8b4cc116f677d518a48582aea8739bb06e078675.tar.gz
ports-8b4cc116f677d518a48582aea8739bb06e078675.zip
graphics/gstreamer1-plugins-openexr: make compatible with OpenEXR/Imath 3.0
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gstreamer1-plugins-openexr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gstreamer1-plugins-openexr/Makefile b/graphics/gstreamer1-plugins-openexr/Makefile
index cd4b6d84318c..affa28569cc3 100644
--- a/graphics/gstreamer1-plugins-openexr/Makefile
+++ b/graphics/gstreamer1-plugins-openexr/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics
COMMENT= GStreamer OpenExr codec plugin
@@ -7,6 +7,8 @@ USES+= compiler:c++11-lang
GST_PLUGIN= openexr
DIST= bad
+CPPFLAGS+= -DInt64=uint64_t
+
pre-configure:
${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/ext/openexr/Makefile.in