Bug 117258 - [patch] graphics/libvisual: fix for RELENG_7
Summary: [patch] graphics/libvisual: fix for RELENG_7
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-16 23:40 UTC by Dominic Fandrey
Modified: 2007-10-17 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (898 bytes, patch)
2007-10-16 23:40 UTC, Dominic Fandrey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Fandrey 2007-10-16 23:40:02 UTC
Libvisual does not build on RELENG_7, because libvisual requires MMX and the port ignores CFLAGS (and thus CPUTYPE). This patch fixes it and adds -mmmx to the CFLAGS, to make sure that MMX support is activated, even for conservative CPUTYPEs.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-10-17 12:12:00 UTC
miwi        2007-10-17 11:11:54 UTC

  FreeBSD ports repository

  Modified files:
    graphics/libvisual   Makefile 
  Log:
  - Fix build with gcc 4.2
  - Unbreak
  
  PR:             117258
  Submitted by:   Dominic Fandrey <lon_kamikaze@gmx.de>
  
  Revision  Changes    Path
  1.13      +3 -10     ports/graphics/libvisual/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 2 Martin Wilke freebsd_committer freebsd_triage 2007-10-17 12:12:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!