summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-02-11 19:04:58 +0000
committerR. Imura <imura@FreeBSD.org>2000-02-11 19:04:58 +0000
commit053fb41e91d356cfacae15ea7bf1182ccc6b7619 (patch)
tree392cf6091473be5721a45363ae80e5ea6162ead9 /games
parentSell my soul again and upgrade this evilness to 0.014, now even more annoying! (diff)
- Fix new compiler error.
- Use $(CC) instead of "gcc".
Notes
Notes: svn path=/head/; revision=25666
Diffstat (limited to 'games')
-rw-r--r--games/ktamaga/files/patch-aa23
-rw-r--r--games/ktamaga/files/patch-ae12
2 files changed, 23 insertions, 12 deletions
diff --git a/games/ktamaga/files/patch-aa b/games/ktamaga/files/patch-aa
index a3e578a93f65..bd64ce8d5c20 100644
--- a/games/ktamaga/files/patch-aa
+++ b/games/ktamaga/files/patch-aa
@@ -1,7 +1,7 @@
-*** Makefile~ Sun Nov 30 20:46:24 1997
---- Makefile Mon Feb 15 21:44:29 1999
+*** Makefile.orig Mon Dec 1 04:46:24 1997
+--- Makefile Sat Feb 12 03:51:22 2000
***************
-*** 11,22 ****
+*** 11,28 ****
HAVE_KDE=1
! QTDIR = /usr/lib/qt
@@ -14,7 +14,13 @@
! DEBUG_FL = -g
# Binaries
---- 11,22 ----
+
+ SHELL = /bin/sh
+! CC = gcc
+! MOC = /usr/bin/moc
+ install = /usr/bin/install -c
+
+--- 11,28 ----
HAVE_KDE=1
! QTDIR = $(X11BASE)
@@ -27,16 +33,9 @@
! #DEBUG_FL = -g
# Binaries
-***************
-*** 24,28 ****
- SHELL = /bin/sh
- CC = gcc
-! MOC = /usr/bin/moc
- install = /usr/bin/install -c
---- 24,28 ----
SHELL = /bin/sh
- CC = gcc
+! CC ?= gcc
! MOC = $(X11BASE)/bin/moc
install = /usr/bin/install -c
diff --git a/games/ktamaga/files/patch-ae b/games/ktamaga/files/patch-ae
new file mode 100644
index 000000000000..598420fa091a
--- /dev/null
+++ b/games/ktamaga/files/patch-ae
@@ -0,0 +1,12 @@
+--- confData.cpp.orig Fri Aug 29 08:41:08 1997
++++ confData.cpp Sat Feb 12 03:46:47 2000
+@@ -17,6 +17,9 @@
+ #include <qbttngrp.h>
+ #include <qpushbt.h>
+
++#define QColor(i) (QColor)(i)
++#define QRgb(i) (QRgb)(i)
++
+ confData::confData
+ (
+ QWidget* parent,