Bug 119900 - [MAINTAINER] print/fontforge: Correct build problem with lack of -lpthread
Summary: [MAINTAINER] print/fontforge: Correct build problem with lack of -lpthread
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-22 15:20 UTC by Naram Qashat
Modified: 2008-01-29 00:00 UTC (History)
0 users

See Also:


Attachments
fontforge-20080109_2.patch (797 bytes, patch)
2008-01-22 15:20 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2008-01-22 15:20:01 UTC
- Add -lpthread to LDFLAGS in CONFIGURE_ENV.

This was reported to me by a user, I found the problem only
came up when Python was enabled, but looking at fontforge's
configure script, it seems it only checked for pthread if
you tell it to build with the freetype2 bytecode interpreter,
so I decided it would be better to just force -lpthread to
be used by the linker instead.

Generated with FreeBSD Port Tools 0.77
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-01-23 20:01:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-28 23:54:47 UTC
beech       2008-01-28 23:54:41 UTC

  FreeBSD ports repository

  Modified files:
    print/fontforge      Makefile 
  Log:
  - Add -lpthread to LDFLAGS in CONFIGURE_ENV.
  
  PR:             ports/119900
  Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
  
  Revision  Changes    Path
  1.86      +2 -2      ports/print/fontforge/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 Beech Rintoul freebsd_committer freebsd_triage 2008-01-28 23:55:13 UTC
State Changed
From-To: open->closed

Committed, Thanks!