diff options
author | makc <makc@FreeBSD.org> | 2010-10-19 17:26:21 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-19 17:26:21 +0800 |
commit | c9ec40dc091ce5cec73909c417e453fdf6f6fddb (patch) | |
tree | 1d47ac247511f671e786d8211c801757d4013f16 /math | |
parent | 550ed3055a806da6e1e9a57fbaf1e5f92361413d (diff) | |
download | freebsd-ports-gnome-c9ec40dc091ce5cec73909c417e453fdf6f6fddb.tar.gz freebsd-ports-gnome-c9ec40dc091ce5cec73909c417e453fdf6f6fddb.tar.zst freebsd-ports-gnome-c9ec40dc091ce5cec73909c417e453fdf6f6fddb.zip |
Fix build with new textproc/fop
PR: ports/151570
Submitted by: Rob Farmer (maintainer)
Reported by: QAT
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/files/patch-build.incl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scilab/files/patch-build.incl.xml b/math/scilab/files/patch-build.incl.xml new file mode 100644 index 000000000000..abe4f6f93917 --- /dev/null +++ b/math/scilab/files/patch-build.incl.xml @@ -0,0 +1,11 @@ +--- build.incl.xml.orig 2010-10-18 22:52:49.000000000 -0700 ++++ build.incl.xml 2010-10-18 22:53:09.000000000 -0700 +@@ -86,6 +86,8 @@ + + <pathelement location="${fop.jar}"/> + ++ <pathelement location="${xmlgraphics-commons.jar}"/> ++ + <pathelement location="${avalon-framework.jar}"/> + + <pathelement location="${avalon-framework-impl.jar}"/> |