Created gemz game recipe.

This commit is contained in:
MrPoxipol
2013-12-14 01:17:34 +00:00
parent 63aabd2d6f
commit eb884bd438
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ LICENSE="GNU GPL v2"
COPYRIGHT="2003-2013 Jonathan Bilodeau"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86"
#
PROVIDES="
gemz = $portVersion
app:gemz = $portVersion

View File

@@ -7,7 +7,7 @@
-LFLAGS=`sdl-config --libs` -lSDL_image -L/usr/X11R6/lib -lX11
+LFLAGS=`sdl-config --libs` -lSDL_image
SRCS= \
SFont.c \
# SFont.c \
board.c \
--- ../main.c 2004-05-07 05:36:26.035389440 +0000
+++ main-new.c 2013-12-13 23:41:06.150994944 +0000