diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 04:48:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 04:48:54 +0000 |
commit | ecbafa3aa2a7bf6a1d4a9bab3ab4ce67b292ad94 (patch) | |
tree | 67a7eb3322b47f2e4b232b9a74c94fc216bf9a56 /science | |
parent | 9a7aba1ad0770f80a7090610d98ae0ca2f4e654a (diff) | |
download | ports-ecbafa3aa2a7bf6a1d4a9bab3ab4ce67b292ad94.tar.gz ports-ecbafa3aa2a7bf6a1d4a9bab3ab4ce67b292ad94.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/paraview/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 064560b80996..fd22106fde35 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -66,6 +66,10 @@ BROKEN= does not build on 6.x post-extract: ${MKDIR} ${WRKSRC} +post-patch: + ${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ + ${PATCH_WRKSRC}/VTK/IO/vtkPNGReader.cxx + post-install: .for c2f in ${CMAKE2INST} ${SED} -e 's|${WRKSRC}|${LIB_INSTDIR}|g' \ |