freebsd-ports/games/xlines/files/patch-aa
Vanilla I. Shu 378aad359f 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>
1998-02-13 18:08:30 +00:00

20 lines
504 B
Text

--- 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
+