Changes between Initial Version and Version 2 of Ticket #32672
- Timestamp:
- Dec 27, 2011, 4:31:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32672
- Property Owner changed from macports-tickets@… to 0booo5b02@…
-
Ticket #32672 – Description
initial v2 5 5 As far as I have found (tried to build the sources myself with all dependencies built from macports), the configure script writes a wrong library path to the Makefile: 6 6 7 {{{ 7 8 LDFLAGS += -ldvdread -L/opt/local/lib64 9 }}} 8 10 9 11 If I change this to /opt/local/lib vobcopy will build and install just fine.