From 57c767de395454a11f05cbe37c58c9fc3cf90960 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 2 Apr 2005 19:45:29 +0000 Subject: Fix build on i386 4: a hunk of a patch in ports/77257 wasn't committed. PR: ports/77257 Reported by: Kris via pointyhat Submitted by: Sam Lawrance (maintainer) --- graphics/osg-devel/Makefile | 4 ++++ graphics/osg/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'graphics') diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index ac24e847f5a2..b7770d67828b 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -55,6 +55,10 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz PORTDOCS= html +pre-patch: + ${REINPLACE_CMD} -e 's,[[:cntrl:]]*$$,,' \ + ${WRKSRC}/examples/osgtesselate/osgtesselate.cpp + post-build: cd ${WRKSRC}/doc/Doxyfiles && OSGHOME=${WRKSRC} doxygen all_Doxyfile diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index ac24e847f5a2..b7770d67828b 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -55,6 +55,10 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz PORTDOCS= html +pre-patch: + ${REINPLACE_CMD} -e 's,[[:cntrl:]]*$$,,' \ + ${WRKSRC}/examples/osgtesselate/osgtesselate.cpp + post-build: cd ${WRKSRC}/doc/Doxyfiles && OSGHOME=${WRKSRC} doxygen all_Doxyfile -- cgit v1.2.3