Bug 146042 - [patch] make graphics/libvisual build for powerpc
Summary: [patch] make graphics/libvisual build for powerpc
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-25 19:20 UTC by Andreas Tobler
Modified: 2010-04-25 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (306 bytes, patch)
2010-04-25 19:20 UTC, Andreas Tobler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Tobler 2010-04-25 19:20:02 UTC
The attached patch plus this Makefile diff makes libvisual build for powerpc:

--- Makefile.orig	2010-04-25 17:25:08.000000000 +0200
+++ Makefile	2010-04-25 17:25:02.000000000 +0200
@@ -27,8 +27,6 @@
 
 .if ${ARCH} == "i386" || ${ARCH} == "amd64"
 CFLAGS+=	-mmmx
-.elif ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
 .endif
 
 post-patch:

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-04-25 19:29:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->linimon

I'll take it.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-04-25 19:46:10 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-04-25 19:46:58 UTC
linimon     2010-04-25 18:46:44 UTC

  FreeBSD ports repository

  Modified files:
    graphics/libvisual   Makefile 
  Added files:
    graphics/libvisual/files patch-libvisual-lv_cpu.c 
  Log:
  Fix build on powerpc.
  
  PR:             ports/146042
  Submitted by:   Andreas Tobler
  
  Revision  Changes    Path
  1.21      +0 -2      ports/graphics/libvisual/Makefile
  1.1       +10 -0     ports/graphics/libvisual/files/patch-libvisual-lv_cpu.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"