Skip to content

Commit

Permalink
vtk: Fix legacy builds
Browse files Browse the repository at this point in the history
.

* Use MacPorts libxml2 rather than bundled,down-level version.
* Remove two obsolete patch files.
Closes: https://trac.macports.org/ticket/71667
  • Loading branch information
Dave-Allured authored Dec 31, 2024
1 parent ccd8a4e commit 062a6e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions graphics/vtk/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} {
# Ensure Cocoa does not get picked and fix GL linking:
patchfiles-append patch-use-x11.diff

# https://trac.macports.org/ticket/71421
# https://gitlab.kitware.com/vtk/vtk/-/issues/19547
# Patch from upstream:
patchfiles-append patch-fix-DataObjectBackendInterface.diff
# Fix 32-bit builds with gcc:
if {[string match *gcc* ${configure.compiler}] \
&& ${configure.build_arch} in [list arm i386 ppc]} {
Expand Down

0 comments on commit 062a6e8

Please sign in to comment.