wok rev 3143

Fix: Freetype1 include dir path
author Matthew Sheets <rcx@zoominternet.net>
date Thu May 21 10:00:14 2009 +0000 (2009-05-21)
parents 973dddeb2ce7
children 902f1f28f9cb
files freetype1/receipt
line diff
     1.1 --- a/freetype1/receipt	Thu May 21 09:45:14 2009 +0000
     1.2 +++ b/freetype1/receipt	Thu May 21 10:00:14 2009 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  		--sysconfdir=$PWD/_pkg/etc \
     1.5  		--prefix=$PWD/_pkg/usr \
     1.6  		--mandir=$PWD/_pkg/usr/share/man \
     1.7 -		--includedir=$PWD/_pkg/usr/include/freetype1 \
     1.8 +		--includedir=$PWD/_pkg/usr/include \
     1.9  		--libdir=$PWD/_pkg/usr/lib \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make ttlib ttpo || return 1