diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-09 18:12:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-09 18:12:40 +0000 |
commit | 4cba17319306722fcc5576ebadbb5d65670d108c (patch) | |
tree | 6b6cf2910dbe7636ee942ae35509f8ca902f95c2 /graphics/gle | |
parent | 38f07d4a742c282571dbaab9a12d7d279b24f4a8 (diff) | |
download | ports-4cba17319306722fcc5576ebadbb5d65670d108c.tar.gz ports-4cba17319306722fcc5576ebadbb5d65670d108c.zip |
Notes
Diffstat (limited to 'graphics/gle')
-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> |