On Thu, Jul 03, 2008 at 05:35:55PM +0200, j3d1f0x <[EMAIL PROTECTED]> wrote: > _F_cd_path="source/game"
see the other mail about _F_cd_path
> rodepends=('egoboo-data=2.6.3b')
> depends=('sdl_mixer' 'sdl_ttf' 'sdlimage' 'sdl')
i guess you can avoid sdl here :)
> --- Makefile.unix 2008-06-01 22:46:05.000000000 +0200
> +++ Makefile1.unix 2008-07-03 14:20:01.000000000 +0200
> @@ -19,7 +19,8 @@
> CC := gcc
> OPT := -Os
> INC := -I. -I../enet/include -I.. ${SDLCONF_I}
> -CFLAGS := ${OPT} ${INC}
> +CFLAGS ?= ${OPT}
> +CFLAGS += ${INC}
> LDFLAGS := ${SDLCONF_L} -lSDL_ttf -lSDL_mixer -lGL -lGLU
>
> EGO_BIN := egoboo
nice!
you could send this patch to upstream, they should take it :)
anybody volunteering to take the package?
/me looks at devil505 :)
(just a suggestion, since you are who usually maintains such games, but
don't take it seriously :) )
pgpZsX59QmQAr.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
