Bug 150717

Summary: [patch] audio/openal-soft: drop -lrt, clock_gettime() is in libc
Product: Ports & Packages Reporter: swell.k <swell.k>
Component: Individual Port(s)Assignee: Marcus von Appen <mva>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
a.diff none

Description swell.k 2010-09-19 14:30:01 UTC

How-To-Repeat: $ nm -D $LOCALBASE/lib/libopenal.so | fgrep -e timer_ -e mq_
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-19 14:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-20 06:07:02 UTC
mva         2010-09-20 05:06:57 UTC

  FreeBSD ports repository

  Modified files:
    audio/openal-soft/files patch-CMakeLists.txt 
  Log:
  - Remove superfluous -lrt linkage.
  
  PR:             ports/150717
  Submitted by:   <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.4       +11 -0     ports/audio/openal-soft/files/patch-CMakeLists.txt
_______________________________________________
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 Marcus von Appen freebsd_committer freebsd_triage 2010-09-20 06:07:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!