Skip to content

Instantly share code, notes, and snippets.

@tliff
Created May 19, 2014 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tliff/e25850e6a2e2a0c23ee1 to your computer and use it in GitHub Desktop.
Save tliff/e25850e6a2e2a0c23ee1 to your computer and use it in GitHub Desktop.
--- Portfile 2014-05-19 10:15:44.000000000 +0200
+++ Portfile.exr 2014-05-19 10:13:51.000000000 +0200
@@ -157,6 +157,13 @@
configure.args-replace --without-wmf --with-wmf
}
+variant exr description {Include support for EXR} {
+ depends_lib-append port:openexr \
+ port:ilmbase
+ configure.args-replace --disable-hdri --enable-hdri
+ configure.args-replace --without-openexr --with-openexr
+}
+
# Legacy no_x11 variant to be removed after May 2014.
variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment