Changes between Version 1 and Version 2 of Ticket #66983, comment 2
- Timestamp:
- Feb 23, 2023, 12:48:05 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66983, comment 2
v1 v2 15 15 sudo port clean libjpeg-turbo 16 16 }}} 17 That will not help in your situation however, because it is intended to guard against problems that occur when a failed build phase is repeated without cleaning, but your build phase did not fail.17 That will not help in your situation however, because it is intended to guard against problems that can occur when a failed build phase is repeated without cleaning, but your build phase did not fail.