Bug 131745 - makes graphics/libemf buildable on amd64
Summary: makes graphics/libemf buildable 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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 13:40 UTC by TsurutaniNaoki
Modified: 2009-02-17 01:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (609 bytes, patch)
2009-02-16 13:40 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2009-02-16 13:40:05 UTC
	fix a problem on recent amd64.
	now, libemf is buildable.

Fix: here is a patch taken from redhat.
	i do not know why this fix is not adopted until now.
	if there is any trouble with this patch, please tell me.
	this patch simply omit the functions that are not used in this library;
	if any other libraries use this function, errors occurs, but
	it is the same with the absence of this library in building trouble.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-16 13:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-17 01:00:54 UTC
maho        2009-02-17 01:00:44 UTC

  FreeBSD ports repository

  Modified files:
    graphics/libemf      Makefile 
  Added files:
    graphics/libemf/files patch-include+wine+winbase.h 
  Log:
  Fix build on amd64.
  
  PR:             131745
  Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
  
  Revision  Changes    Path
  1.9       +0 -6      ports/graphics/libemf/Makefile
  1.1       +18 -0     ports/graphics/libemf/files/patch-include+wine+winbase.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Maho Nakata freebsd_committer freebsd_triage 2009-02-17 01:01:03 UTC
State Changed
From-To: open->closed

Committed, thanks!