# HG changeset patch # User John W. Eaton # Date 1357332778 18000 # Node ID 18b9e08886d14f1e2644e8e67b6d36accccb00a8 # Parent 4b484be8aaf33b2db3c4695e48685231ed9fc53a also patch Octave's src/Makefile.in diff --git a/src/octave-2-fixes.patch b/src/octave-2-fixes.patch --- a/src/octave-2-fixes.patch +++ b/src/octave-2-fixes.patch @@ -32,6 +32,20 @@ -I$(top_builddir)/libgnu -I$(top_srcdir)/libgnu AM_CFLAGS += $(WARN_CFLAGS) +--- a/src/Makefile.in 2013-01-04 15:50:45.019717585 -0500 ++++ b/src/Makefile.in 2013-01-02 19:19:08.000000000 -0500 +@@ -1841,10 +1841,9 @@ + -I$(top_srcdir)/liboctave/array \ + -I$(top_srcdir)/liboctave/cruft/misc \ + -I$(top_srcdir)/liboctave/numeric \ +- -I$(top_srcdir)/liboctave/system \ + -I$(top_srcdir)/liboctave/util \ + -I$(top_srcdir)/libinterp \ +- -I$(top_builddir)/libinterp/interpfcn -I$(top_srcdir)/libinterp/interpfcn \ ++ -I$(top_builddir)/libinterp/interpfcn \ + -I$(top_builddir)/libgnu -I$(top_srcdir)/libgnu + + EXTRA_DIST = \ diff --git a/src/main-cli.cc b/src/main-cli.cc --- a/src/main-cli.cc +++ b/src/main-cli.cc