Bug 117406 - [patch] audio/gmixer missing include
Summary: [patch] audio/gmixer missing include
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-22 18:40 UTC by Pietro Cerutti
Modified: 2007-10-24 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (243 bytes, patch)
2007-10-22 18:40 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-10-22 18:40:01 UTC
building gmixer throws a warning because of string.h not being included in gmixer.c

Fix: add this as files/patch-ad
How-To-Repeat: cd /usr/ports/audio/gmixer && make
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-10-24 13:27:26 UTC
miwi        2007-10-24 12:27:14 UTC

  FreeBSD ports repository

  Added files:
    audio/gmixer/files   patch-gmixer.c 
  Removed files:
    audio/gmixer/files   patch-ab patch-ac 
  Log:
  - Fix build with gcc 4.2
  
  PR:             117406
  Submitted by:   Pietro Cerutti <gahr@gahr.ch> (maintainer)
  
  Revision  Changes    Path
  1.3       +0 -11     ports/audio/gmixer/files/patch-ab (dead)
  1.2       +0 -39     ports/audio/gmixer/files/patch-ac (dead)
  1.1       +51 -0     ports/audio/gmixer/files/patch-gmixer.c (new)
_______________________________________________
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 2 Martin Wilke freebsd_committer freebsd_triage 2007-10-24 13:27:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!