1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Fix build with gcc 3.4

- Add to category kde
- Remove CONFIGURE_TARGET and CONFIGURE_ARGS (already added by bsd.kde.mk)
This commit is contained in:
Markus Brueffer 2004-08-21 08:47:36 +00:00
parent bed9f05dea
commit 7dd25630a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116886
2 changed files with 12 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= KrossWordPlayer
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= games
CATEGORIES= games kde
MASTER_SITES= http://home.houston.rr.com/epasveer/
EXTRACT_SUFX= .tgz
@ -16,7 +16,5 @@ COMMENT= KDE crossword puzzle game
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- krosswordplayer/QzCrossWord.cpp.orig Sat Aug 21 10:40:04 2004
+++ krosswordplayer/QzCrossWord.cpp Sat Aug 21 10:40:13 2004
@@ -282,7 +282,7 @@
}
_gridLayout->activate();
-};
+}
AcrossLitePuzzleBase* QzCrossWordGrid::puzzle () {
return _puzzle;