Skip to content

Commit

Permalink
graphics/openimageio: restore accidentally touched patch by 'make mak…
Browse files Browse the repository at this point in the history
…epatch'

Pointy hat to:	fluffy
  • Loading branch information
fluffykhv committed Apr 14, 2022
1 parent 2eef29b commit 3c139c5
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,10 +1,10 @@
--- src/cmake/modules/FindPtex.cmake.orig 2022-02-27 08:12:20 UTC
--- src/cmake/modules/FindPtex.cmake.orig 2021-07-01 18:54:28 UTC
+++ src/cmake/modules/FindPtex.cmake
@@ -70,6 +70,7 @@ else ()
PATHS
/usr/include
/usr/local/include
+ /usr/local/include/ptex
+ %%LOCALBASE%%/include/ptex
DOC "The directory where Ptexture.h resides")
find_library( PTEX_LIBRARY
NAMES

0 comments on commit 3c139c5

Please sign in to comment.