Bug 76385 - PDFlib generates broken file on amd64.
Summary: PDFlib generates broken file on amd64.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 01:10 UTC by t_uemura
Modified: 2005-01-23 11:21 UTC (History)
0 users

See Also:


Attachments
file.diff (423 bytes, patch)
2005-01-18 01:10 UTC, t_uemura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!