diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-08-21 17:03:34 +0800 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-08-21 17:03:34 +0800 |
commit | 3abba306d97d633ab7795878ae3550dd83d5af80 (patch) | |
tree | 6b11ff2c3c8d9d75895455f69a5a9d3e5529f014 /games | |
parent | aad52aa43274bc89edd54d6e2c1b625b534387a4 (diff) | |
download | freebsd-ports-gnome-3abba306d97d633ab7795878ae3550dd83d5af80.tar.gz freebsd-ports-gnome-3abba306d97d633ab7795878ae3550dd83d5af80.tar.zst freebsd-ports-gnome-3abba306d97d633ab7795878ae3550dd83d5af80.zip |
- Fix build with gcc 3.4
- Remove CONFIGURE_TARGET and CONFIGURE_ARGS (already added by bsd.kde.mk)
Diffstat (limited to 'games')
-rw-r--r-- | games/ktritoc/Makefile | 2 | ||||
-rw-r--r-- | games/ktritoc/files/patch-score.h | 11 |
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; |