Changes between Version 1 and Version 2 of Ticket #52869, comment 4
- Timestamp:
- Dec 1, 2016, 2:40:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52869, comment 4
v1 v2 8 8 > Or is the problem something else? It seems that OpenSceneGraph doesn't directly depend on jpeg, but does indirectly through jasper, which seems to still build fine. 9 9 10 OpenSceneGraph doesn't directly declare a dependency on jpeg but probably should as can be seen from the failing code. As you mention, the reason this code has compiled before is that jpeg is brought in by jasper. This is, indeed, an example of the boolean patch issue mentioned in https://trac.macports.org/ticket/51013. The issue also applies to OpenSceneGraph-devel. Now that the patch has been removed, ports that relied on it need to be adjusted.10 OpenSceneGraph doesn't directly declare a dependency on jpeg but probably should as can be seen from the failing code. As you mention, the reason this code has compiled before is that jpeg is brought in by jasper. This is, indeed, an example of the boolean patch issue mentioned in #51013. The issue also applies to OpenSceneGraph-devel. Now that the patch has been removed, ports that relied on it need to be adjusted.