diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gle/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index 83fadc0d1fd9..186b31022879 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -28,4 +28,9 @@ MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \ gleSuperExtrusion.3gle gleTextureMode.3gle gleToroid.3gle \ gleTwistExtrusion.3gle +post-patch: +.for file in ex_angle.c ex_cut_round.c ex_raw.c extrude.c round_cap.c segment.c texgen.c + @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/src/${file} +.endfor + .include <bsd.port.mk> |