[Midnightbsd-cvs] mports: vitetris/files:
smultron at midnightbsd.org
smultron at midnightbsd.org
Sun Jan 20 22:29:49 EST 2008
Log Message:
-----------
Added Files:
-----------
mports/games/vitetris/files:
patch-Makefile (r1.1)
patch-tetris_2p.c (r1.1)
patch-vt.c (r1.1)
-------------- next part --------------
--- /dev/null
+++ games/vitetris/files/patch-Makefile
@@ -0,0 +1,20 @@
+--- Makefile.orig Sun Jan 20 21:04:33 2008
++++ Makefile Sun Jan 20 21:04:55 2008
+@@ -1,7 +1,7 @@
+ VERSION_NO = 0.3.5
+ VERSION_DATE = 20080107
+
+-CFLAGS = -O2
++CFLAGS = -O2 -I/usr/local/include
+ INCLUDES =
+ TETRIS_2P = tetris_2p.o
+ ifdef TETRIS_2P
+@@ -9,7 +9,7 @@
+ else
+ CCFLAGS = $(CFLAGS)
+ endif
+-LDFLAGS = -L/usr/X11R6/lib -lX11
++LDFLAGS = -L/usr/local/lib -lX11
+
+ OBJS = main.o tetris.o $(TETRIS_2P) input.o file.o options.o \
+ vt.o vt_draw.o vt_menu.o
--- /dev/null
+++ games/vitetris/files/patch-vt.c
@@ -0,0 +1,9 @@
+--- vt.c.orig Sun Jan 20 20:56:39 2008
++++ vt.c Sun Jan 20 20:56:44 2008
+@@ -1,6 +1,5 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <alloca.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <unistd.h>
--- /dev/null
+++ games/vitetris/files/patch-tetris_2p.c
@@ -0,0 +1,8 @@
+--- tetris_2p.c.orig Sun Jan 20 20:50:31 2008
++++ tetris_2p.c Sun Jan 20 20:50:39 2008
+@@ -1,5 +1,4 @@
+ #include <stdlib.h>
+-#include <alloca.h>
+ #include <string.h>
+ #include "tetris.h"
+ #include "input.h"
More information about the Midnightbsd-cvs
mailing list