Bug 109476 - [PATCH] graphics/gd: unbreak build with WITH_FONTCONFIG
Summary: [PATCH] graphics/gd: unbreak build with WITH_FONTCONFIG
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 20:10 UTC by Radim Kolar
Modified: 2007-02-23 23:50 UTC (History)
1 user (show)

See Also:


Attachments
gd-2.0.34_1,1.patch (745 bytes, patch)
2007-02-23 20:10 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2007-02-23 20:10:04 UTC
when building with fontconfig configuration option, fontconfig library must
 be linked in. It
fixes breakage with apps linking self against gd but not against fontconfig.
on my system this change unbreaks py-gd. (extension library builded ok, but failed to load
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-23 20:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-23 23:47:27 UTC
dinoex      2007-02-23 23:47:21 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gd          Makefile 
  Log:
  - fix option WITH_FONTCONFIG
  PR:             109476
  Submitted by:   Radim Kolar
  
  Revision  Changes    Path
  1.81      +2 -2      ports/graphics/gd/Makefile
_______________________________________________
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 Dirk Meyer freebsd_committer freebsd_triage 2007-02-23 23:48:28 UTC
State Changed
From-To: open->closed

committed with minor changes, thanks.