diff options
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 10ba7b42d..d753adc75 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -40,7 +40,7 @@ IGNORE= "Can not be built with stock C++ compiller" post-patch: @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ ${WRKSRC}/src/helper/action.cpp -.if ${OSVERSION} >= 600000 +.if ${ARCH} == "amd64" @${REINPLACE_CMD} -e 's|fpresetsticky|fpsetsticky|g' \ ${WRKSRC}/src/main.cpp .endif |