diff options
author | thierry <thierry@FreeBSD.org> | 2007-08-01 01:39:11 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-08-01 01:39:11 +0800 |
commit | 75a0c541fd3109ebd6cc235de064cd6ec674b12f (patch) | |
tree | bfa86f1d50ce1f05bd3c931868d6a8ef3bbfac3e /science | |
parent | 07fb42f9b4617b6c08417e538a43750bcf75bb5a (diff) | |
download | freebsd-ports-gnome-75a0c541fd3109ebd6cc235de064cd6ec674b12f.tar.gz freebsd-ports-gnome-75a0c541fd3109ebd6cc235de064cd6ec674b12f.tar.zst freebsd-ports-gnome-75a0c541fd3109ebd6cc235de064cd6ec674b12f.zip |
Fix a circular dependency between ADF and CGNS, to avoid a segfault of
wmkdep. Do not bump portrevision, because there is no impact on the
resulting binaries.
Diffstat (limited to 'science')
-rw-r--r-- | science/openfoam/files/patch-applications_umcc...libadf_Make_options | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/science/openfoam/files/patch-applications_umcc...libadf_Make_options b/science/openfoam/files/patch-applications_umcc...libadf_Make_options new file mode 100644 index 000000000000..2f6de23cbfda --- /dev/null +++ b/science/openfoam/files/patch-applications_umcc...libadf_Make_options @@ -0,0 +1,9 @@ +--- applications/utilities/mesh/conversion/ccm26ToFoam/libccmio/libadf/Make/options.orig Thu Aug 10 20:13:45 2006 ++++ applications/utilities/mesh/conversion/ccm26ToFoam/libccmio/libadf/Make/options Mon Jul 30 19:42:36 2007 +@@ -1,5 +1,5 @@ + EXE_INC = \ +- -I.. ++ -I.. -I../libcgns + + EXE_LIBS = \ + -ladf |