summaryrefslogtreecommitdiff
path: root/games/xlines/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-11 00:39:29 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-11 00:39:29 +0000
commitc19c25bc81867d203c05423ce6cc0ace460fe649 (patch)
treec513637b2bc7b9a3779a49dc18e77db696e18a52 /games/xlines/files
parentMake this port ${PREFIX}-friendly and have it install its (diff)
Misc. updates/cleanup from maintainer.
PR: 7179 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=11819
Diffstat (limited to 'games/xlines/files')
-rw-r--r--games/xlines/files/patch-aa24
1 files changed, 10 insertions, 14 deletions
diff --git a/games/xlines/files/patch-aa b/games/xlines/files/patch-aa
index 903d308c3f11..b2af4347e014 100644
--- a/games/xlines/files/patch-aa
+++ b/games/xlines/files/patch-aa
@@ -1,20 +1,16 @@
---- Makefile.orig Fri Feb 13 23:57:06 1998
-+++ Makefile Fri Feb 13 23:57:30 1998
+--- Makefile Mon Apr 27 21:47:35 1998
++++ /home/andy/tmp/wrk/Makefile Mon Jul 6 11:56:02 1998
@@ -1,8 +1,8 @@
-INCDIR=/usr/local/qt/include
--CFLAGS=-O2 -I/usr/X11/include
+-CFLAGS=-O2 -I/usr/X11/include -DSHOW_NEXT_COLORS
-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
+-CC=gcc
-MOC=/usr/local/qt/bin/moc
-+MOC=/usr/X11R6/bin/moc
++INCDIR=${X11BASE}/include/X11/qt
++CFLAGS+=-I${X11BASE}/include -DSHOW_NEXT_COLORS
++LFLAGS=-L${X11BASE}/lib -lqt -lX11
++#CC=gcc
++MOC=${X11BASE}/bin/moc
SRC=lines.cpp lines.moc
- OBJECTS=lines.o
-@@ -23,3 +23,4 @@
-
- lines.moc: lines.h
- $(MOC) lines.h -o lines.moc
-+
+ OBJECTS=lines.o