View | Details | Raw Unified | Return to bug 184247
Collapse All | Expand All

(-)games/flying/Makefile (-2 / +1 lines)
Lines 5-12 Link Here
5
PORTVERSION=	6.20
5
PORTVERSION=	6.20
6
PORTREVISION=	3
6
PORTREVISION=	3
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	${MASTER_SITE_SUNSITE}
8
MASTER_SITES=	SUNSITE/games/arcade
9
MASTER_SITE_SUBDIR=	games/arcade
10
EXTRACT_SUFX=	.tgz
9
EXTRACT_SUFX=	.tgz
11
10
12
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
(-)games/flying/files/patch-aa (-1 / +1 lines)
Lines 13-19 Link Here
13
 XCOMM #####  macro should be set when using gcc-2.7.0 to create target
13
 XCOMM #####  macro should be set when using gcc-2.7.0 to create target
14
 XCOMM #####  pball.o without optimization
14
 XCOMM #####  pball.o without optimization
15
-CXX          = gcc
15
-CXX          = gcc
16
+CXX          = g++
16
+XCOMM # CXX          = gcc
17
 XCOMM # CXX_NOOPT    = -O0
17
 XCOMM # CXX_NOOPT    = -O0
18
 
18
 
19
 XCOMM #######################################################################
19
 XCOMM #######################################################################

Return to bug 184247