wok view octave/stuff/octave-3.2.0_parallel_make.patch @ rev 6694

Changed libwebkit to compile with -j1. This is a fix cause it will not compile right the first time with jobs set to 4. I also remove webkit-r-dev for build depend. Thats not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 03:29:24 2010 +0000 (2010-10-13)
parents
children
line source
1 diff -Naur octave-3.2.0/doc/Makefile.in octave-3.2.0.new/doc/Makefile.in
2 --- octave-3.2.0/doc/Makefile.in 2009-06-03 07:55:40.000000000 -0400
3 +++ octave-3.2.0.new/doc/Makefile.in 2009-07-07 18:20:14.000000000 -0400
4 @@ -30,6 +30,8 @@
5 all: conf.texi $(SUBDIRS)
6 .PHONY: all
8 +$(SUBDIRS): conf.texi
9 +
10 conf.texi: conf.texi.in $(TOPDIR)/Makeconf
11 @$(do-subst-texinfo-vals)