Bug 76385

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:
Description Flags
file.diff none

Description t_uemura 2005-01-18 01:10:27 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-01-18 06:20:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2005-01-23 11:21:23 UTC
State Changed
From-To: open->closed

Committed, thanks!