diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-09 14:33:23 +0800 | 
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-09 14:33:23 +0800 | 
| commit | afa5e1daa4432a0f2be1b23671e5ab21585fbf55 (patch) | |
| tree | fad2c1b33ec9b2b56ca9600558b1b1b0ba55550e /x11-toolkits/vte | |
| parent | dd03072b4cd5ee0e2bd17eee42156c5d294e43f0 (diff) | |
| download | marcuscom-ports-afa5e1daa4432a0f2be1b23671e5ab21585fbf55.tar.gz marcuscom-ports-afa5e1daa4432a0f2be1b23671e5ab21585fbf55.tar.zst marcuscom-ports-afa5e1daa4432a0f2be1b23671e5ab21585fbf55.zip | |
Fix build with Xft.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@114 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte')
| -rw-r--r-- | x11-toolkits/vte/Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 240194f4c..18720d82b 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -35,5 +35,7 @@ post-patch:  		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure  	@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \  		${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c +	@${REINPLACE_CMD} -e 's|Xft\.h|Xft2.h|g' \ +		${WRKSRC}/src/vte.c  .include <bsd.port.mk> | 
