diff options
author | thierry <thierry@FreeBSD.org> | 2005-04-03 03:45:29 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-04-03 03:45:29 +0800 |
commit | b28a1dd9fdd137fdeda99393cb7da7f8929bbc34 (patch) | |
tree | e95a725151afebb01a661232b71bb5146f0c3dbb /graphics/osg | |
parent | 2d23a9c5386519bcd529c43121ed50f37a6bcdb3 (diff) | |
download | freebsd-ports-gnome-b28a1dd9fdd137fdeda99393cb7da7f8929bbc34.tar.gz freebsd-ports-gnome-b28a1dd9fdd137fdeda99393cb7da7f8929bbc34.tar.zst freebsd-ports-gnome-b28a1dd9fdd137fdeda99393cb7da7f8929bbc34.zip |
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)
Diffstat (limited to 'graphics/osg')
-rw-r--r-- | graphics/osg/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |