Bug 111030 - [patch] emulators/fuse: Fix build with gcc 4.1
Summary: [patch] emulators/fuse: Fix build with gcc 4.1
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-30 13:20 UTC by Alexey Antipovsky
Modified: 2007-04-10 20:40 UTC (History)
0 users

See Also:


Attachments
fuse.patch (1.16 KB, patch)
2007-03-30 13:20 UTC, Alexey Antipovsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Antipovsky 2007-03-30 13:20:04 UTC
port fails to build with the gcc 4.1

Fix: Patch was taken from Gentoo portages
How-To-Repeat: $ cd /usr/ports/emulators/fuse; CC=gcc41 make
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-30 17:16:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-10 20:33:22 UTC
miwi        2007-04-10 19:33:16 UTC

  FreeBSD ports repository

  Modified files:
    emulators/fuse       Makefile 
  Added files:
    emulators/fuse/files patch-sound.c 
  Log:
  - Fix build with gcc 4.1
  
  PR:             111030
  Submitted by:   Alexey Antipovsky<kemm@in-line.ru> (maintainer)
  
  Revision  Changes    Path
  1.8       +1 -1      ports/emulators/fuse/Makefile
  1.1       +13 -0     ports/emulators/fuse/files/patch-sound.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 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-10 20:33:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!