diff options
Diffstat (limited to 'science/dtiquery/files/patch-precompute-Makefile')
-rw-r--r-- | science/dtiquery/files/patch-precompute-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/science/dtiquery/files/patch-precompute-Makefile b/science/dtiquery/files/patch-precompute-Makefile deleted file mode 100644 index c6ce2354c1ac..000000000000 --- a/science/dtiquery/files/patch-precompute-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- precompute/Makefile.orig Thu Dec 6 13:51:44 2007 -+++ precompute/Makefile Thu Dec 6 13:52:16 2007 -@@ -21,8 +21,8 @@ - - VTK_LIBS = -lvtkIO \ - -lvtkRendering -lvtkGraphics -lvtkImaging \ -- -lvtkFiltering -lvtkCommon -lvtkHybrid -lvtkpng -lvtkzlib \ -- -lvtkftgl -lvtkfreetype -lvtkjpeg -lvtkDICOMParser \ -+ -lvtkFiltering -lvtkCommon -lvtkHybrid -lpng -lz \ -+ -lvtkftgl -lvtkfreetype -ljpeg -lvtkDICOMParser \ - - # for FreeBSD, need -lpng -ljpeg -lz instead of -lvtkpng -lvtkzlib -lvtkjpeg - |