Bug 163215 - [PATCH] devel/bullet: fix build on some configurations
Summary: [PATCH] devel/bullet: fix build on some configurations
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-13 00:30 UTC by Dmitry Marakasov
Modified: 2012-02-09 22:10 UTC (History)
1 user (show)

See Also:


Attachments
bullet-2.77.patch (449 bytes, patch)
2011-12-13 00:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2011-12-13 00:30:11 UTC
On my 9.0-RC2 system, bullet doesn't link after CMAKE_USE_PTHREAD had been removed from bsd.cmake.mk:

http://people.freebsd.org/~amdmi3/bullet_verbose.log

This doesn't seem to show on pointyhat/tinderboxes, likely due to
some non-default OPTIONS used on my box, or the fact that I use
nvidia-driver which installs its own libGL.
Attached patch fixes the problem.

Port maintainer (acm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-13 00:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-09 22:08:34 UTC
amdmi3      2012-02-09 22:08:21 UTC

  FreeBSD ports repository

  Modified files:
    devel/bullet         Makefile 
  Log:
  - Fix build with nvidia-driver installed
  
  PR:             163215
  Submitted by:   myself
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.15      +1 -0      ports/devel/bullet/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 Dmitry Marakasov freebsd_committer freebsd_triage 2012-02-09 22:09:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!