cvs commit: ports/graphics/xaos Makefile
Peter Schultz
pmes at bis.midco.net
Thu Feb 26 07:06:58 PST 2004
Kris Kennaway wrote:
> kris 2004/02/25 02:00:49 PST
>
> FreeBSD ports repository
>
> Modified files:
> graphics/xaos Makefile
> Log:
> BROKEN on 5.x !i386 and !amd64: Does not compile
>
> Revision Changes Path
> 1.20 +7 -1 ports/graphics/xaos/Makefile
>
Well, I don't have a patch for the broken build, but I do have one to
enable thread support. I'm not sure if the Makefile is as complete as
it should be with my patch, but it does work.
I could definitely tell there was a performance increase by enabling
multi-threading. Xaos rocks! Mmmmmm, eye candy.
Pete...
-------------- next part --------------
*** /usr/ports/graphics/xaos/Makefile Thu Feb 26 08:44:54 2004
--- Makefile Thu Feb 26 08:44:20 2004
***************
*** 30,35 ****
--- 30,39 ----
CONFIGURE_ARGS= --with-svga-driver=no
.endif
+ .if defined(WITH_THREADS)
+ CONFIGURE_ARGS+= --with-pthread=yes
+ .endif
+
CFLAGS= -DHAVE_SYS_PARAM_H \
-I${PREFIX}/include \
-pipe -O6 -fstrength-reduce -ffast-math -fomit-frame-pointer\
More information about the cvs-ports
mailing list