wok diff xalan-c/receipt @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
parents 5bebc54eaff7
children 3e5f4a16c6dd
line diff
     1.1 --- a/xalan-c/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/xalan-c/receipt	Tue Mar 01 18:45:33 2011 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  	
     1.5  	./runConfigure -p linux -c gcc -x g++ -P /usr \
     1.6  		-C --build=$BUILD_HOST -C --host=$BUILD_HOST &&
     1.7 -	make &&
     1.8 +	make -j1 &&
     1.9  	make install
    1.10  }
    1.11