| Summary: | PDFlib generates broken file on amd64. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | t_uemura | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer. State Changed From-To: open->closed Committed, thanks! |
PDFlib-Lite 6.0.1 and also 5.0.4p1 have a knob `--enable-64bit' in ./configure for 64bit build though, ports' Makefile doesn't add this knob while ${ARCH} is amd64. Hence, generated PDF file using libs without `--enable-64bit' on amd64 is broken and can't be opened by Acrobat. Fix: Applying patch below against Makefile Rev. 1.38 corrects the problem. How-To-Repeat: Simply make && make install on amd64. Maybe same on other 64bit architectures, too.