From e8a7671f8d78332558cec7a6fbf34418668b06ef Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 2 Jan 2005 23:32:43 +0000 Subject: Fix the build on 6.X. Submitted by: ade git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3348 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/inkscape/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ac1f2a139..10ba7b42d 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -40,5 +40,9 @@ IGNORE= "Can not be built with stock C++ compiller" post-patch: @${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/src/helper/action.cpp +.if ${OSVERSION} >= 600000 + @${REINPLACE_CMD} -e 's|fpresetsticky|fpsetsticky|g' \ + ${WRKSRC}/src/main.cpp +.endif .include -- cgit v1.2.3