Bug 74335 - [patch] audio/mac marked BROKEN for sparc64
Summary: [patch] audio/mac marked BROKEN for sparc64
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: 2004-11-24 21:10 UTC by Martin Dieringer
Modified: 2004-11-26 18:24 UTC (History)
0 users

See Also:


Attachments
patch-sparc64 (377 bytes, text/plain)
2004-11-24 21:10 UTC, Martin Dieringer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Dieringer 2004-11-24 21:10:18 UTC
	audio/mac does not compile on sparc64. I have no fix, so I marked it
        BROKEN

Fix: apply patch
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-26 17:23:35 UTC
Can you use more appropriate variable NOT_FOR_ARCHS instead?

-- 
Sem.
Comment 2 Martin Dieringer 2004-11-26 17:40:37 UTC
ok, this patch uses the more appropriate NOT_FOR_ARCHS instead





*** Makefile.orig	Wed Nov 24 21:50:35 2004
--- Makefile	Fri Nov 26 18:35:50 2004
***************
*** 31,36 ****
--- 31,39 ----

   .include <bsd.port.pre.mk>

+ # does not compile on sparc64
+ NOT_FOR_ARCHS=sparc64
+
   .if ${OSVERSION} < 500000
   IGNORE=		does not compile on 4.x due to missing multibyte string functions in libc
   .endif
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-26 18:23:58 UTC
State Changed
From-To: open->closed

Committed, thanks!