Bug 109476

Summary: [PATCH] graphics/gd: unbreak build with WITH_FONTCONFIG
Product: Ports & Packages Reporter: Radim Kolar <hsn>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me CC: dinoex
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gd-2.0.34_1,1.patch none

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.