summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-08-21 09:03:34 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-08-21 09:03:34 +0000
commit3abba306d97d633ab7795878ae3550dd83d5af80 (patch)
tree6b11ff2c3c8d9d75895455f69a5a9d3e5529f014 /games
parentFix build with gcc 3.4 (diff)
- Fix build with gcc 3.4
- Remove CONFIGURE_TARGET and CONFIGURE_ARGS (already added by bsd.kde.mk)
Notes
Notes: svn path=/head/; revision=116888
Diffstat (limited to 'games')
-rw-r--r--games/ktritoc/Makefile2
-rw-r--r--games/ktritoc/files/patch-score.h11
2 files changed, 11 insertions, 2 deletions
diff --git a/games/ktritoc/Makefile b/games/ktritoc/Makefile
index fd5aa7cfc0bd..a27084f6010c 100644
--- a/games/ktritoc/Makefile
+++ b/games/ktritoc/Makefile
@@ -17,8 +17,6 @@ LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${RM} -r ${WRKSRC}/ktritoc/doc/ktritoc/dtd
diff --git a/games/ktritoc/files/patch-score.h b/games/ktritoc/files/patch-score.h
new file mode 100644
index 000000000000..87abad87d1e2
--- /dev/null
+++ b/games/ktritoc/files/patch-score.h
@@ -0,0 +1,11 @@
+--- ktritoc/ktritoc/score.h.orig Sat Aug 21 10:56:37 2004
++++ ktritoc/ktritoc/score.h Sat Aug 21 10:56:50 2004
+@@ -68,7 +68,7 @@
+ int mScore;
+ /* Player id */
+ /** Position of widget */
+- QPoint mOffset;;
++ QPoint mOffset;
+ int mId;
+ QPtrVector<Sprite> mNumberSprites;
+ Sprite *mBackgroundSprite;