diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ocrad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index a03f13295923..acf6c9ad1903 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -31,7 +31,7 @@ STD_PATCH= textline.cc recognize2.cc bitmap.cc main.cc .include <bsd.port.pre.mk> post-patch: -.if (${OSVERSION} < 500000) && ! (defined(USE_GCC) && ${GCCVERSION} > 30000) +.if ${OSVERSION} < 500000 .for file in ${STD_PATCH} @${REINPLACE_CMD} -e 's/std::isspace/isspace/g; s/std::getc/getc/g' \ -e 's/std::ungetc/ungetc/g; s/std::feof/feof/g' \ |