[MacPorts] #24393: mesa-7.8.1 on Tiger PPC: Unsupported platform, No pipe_atomic implementation selected
MacPorts
noreply at macports.org
Mon May 24 03:12:37 PDT 2010
#24393: mesa-7.8.1 on Tiger PPC: Unsupported platform, No pipe_atomic
implementation selected
-----------------------------------+----------------------------------------
Reporter: emily@… | Owner: jeremyhu@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Resolution: | Keywords: tiger
Port: mesa |
-----------------------------------+----------------------------------------
Comment(by benjamin.a.lau@…):
Replying to [comment:19 jeremyhu@…]:
> weird...
I was running into this bug and decided to hunt it down. I found a hand
fix that seems to do the trick... but I've only been using MacPorts for
about 4 days and have no experience with the FreeBSD ports system (I'm
normally a Debian user and had been using Fink until a few days ago).
Anyway here's a patch to the Mesa-7.8.1/src/mesa/sources.mak that seems to
correct the issue and hopefully that'll be enough of a clue that somebody
who knows this stuff can fix this bug properly. :-)
{{{
-u sources.mak.orig sources.mak
--- sources.mak.orig 2010-05-24 03:04:48.000000000 -0700
+++ sources.mak 2010-05-24 03:05:00.000000000 -0700
@@ -354,7 +354,7 @@
$(MESA_ASM_SOURCES:.S=.o)
MESA_GALLIUM_OBJECTS = \
- $(MESA_GALLIUM_SOURCES:.c=.o) \
+# $(MESA_GALLIUM_SOURCES:.c=.o) \
$(MESA_ASM_SOURCES:.S=.o)
GLAPI_OBJECTS = \
}}}
--
Ticket URL: <http://trac.macports.org/ticket/24393#comment:25>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list