summaryrefslogtreecommitdiff
path: root/games/xlines/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-02-13 18:08:30 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-02-13 18:08:30 +0000
commit378aad359f5a02ec06219b27c2915072f0da5a74 (patch)
tree4c3b96f07bd5c0d65ae3e668875f561c145413c7 /games/xlines/files
parentActivate proftpd. (diff)
XLines is an old game of balls where your goal is to remove
as many balls from the game field as you can. PR: ports/5736 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=9702
Diffstat (limited to 'games/xlines/files')
-rw-r--r--games/xlines/files/patch-aa20
-rw-r--r--games/xlines/files/patch-ab11
2 files changed, 31 insertions, 0 deletions
diff --git a/games/xlines/files/patch-aa b/games/xlines/files/patch-aa
new file mode 100644
index 000000000000..903d308c3f11
--- /dev/null
+++ b/games/xlines/files/patch-aa
@@ -0,0 +1,20 @@
+--- Makefile.orig Fri Feb 13 23:57:06 1998
++++ Makefile Fri Feb 13 23:57:30 1998
+@@ -1,8 +1,8 @@
+-INCDIR=/usr/local/qt/include
+-CFLAGS=-O2 -I/usr/X11/include
+-LFLAGS=-L/usr/local/qt/lib -lqt -L/usr/X11/lib -lX11
++INCDIR=/usr/X11R6/include/X11/qt
++CFLAGS=-O2 -m486 -pipe -I/usr/X11R6/include
++LFLAGS=-L/usr/X11R6/lib -lX11 -lqt
+ CC=gcc
+-MOC=/usr/local/qt/bin/moc
++MOC=/usr/X11R6/bin/moc
+
+ SRC=lines.cpp lines.moc
+ OBJECTS=lines.o
+@@ -23,3 +23,4 @@
+
+ lines.moc: lines.h
+ $(MOC) lines.h -o lines.moc
++
diff --git a/games/xlines/files/patch-ab b/games/xlines/files/patch-ab
new file mode 100644
index 000000000000..a7a71e82127f
--- /dev/null
+++ b/games/xlines/files/patch-ab
@@ -0,0 +1,11 @@
+--- lines.cpp.orig Sat Jan 17 18:11:13 1998
++++ lines.cpp Fri Feb 13 23:57:07 1998
+@@ -502,7 +502,7 @@
+ score->setGeometry(300,120,85,45);
+ curScore=0;
+ score->display(0);
+- movie=new QMovie("trolltech.gif");
++ movie=new QMovie("/usr/X11R6/share/xlines/trolltech.gif");
+ label=new QLabel(this,"label");
+ label->setFrameStyle(QFrame::Box|QFrame::Plain);
+ label->setMovie(*movie);