diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-02-11 23:26:27 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-02-11 23:26:27 +0000 |
commit | 5d00704edab9799aef3a168894252eeb5d435a3a (patch) | |
tree | fab82de81d3f9829d1fc76ef3882ec0d5516f5d4 /x11-toolkits | |
parent | e9c0c3a7e5d60127c587a8ee955708dbcd09a8b8 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 20c518177e01..7ffbefe83784 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -38,8 +38,4 @@ pre-everything:: @${ECHO_MSG} " WITH_GLX=yes Enable support for DRI rendering (may improve performance)" @${ECHO_MSG} "" -post-patch: - @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \ - ${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c - .include <bsd.port.mk> |