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

(-)games/xspacewarp/Makefile (-2 lines)
Lines 15-22 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Time Trek - like game for X Window System
16
COMMENT=	Time Trek - like game for X Window System
17
17
18
BROKEN=		does not compile
19
20
USE_IMAKE=	yes
18
USE_IMAKE=	yes
21
USE_XORG=	x11 xaw xext xmu xt xpm sm ice
19
USE_XORG=	x11 xaw xext xmu xt xpm sm ice
22
NO_INSTALL_MANPAGES=	yes
20
NO_INSTALL_MANPAGES=	yes
(-)games/xspacewarp/files/patch-ad (-1 / +1 lines)
Lines 10-16 Link Here
10
-
10
-
11
-.cc.o:
11
-.cc.o:
12
-	$(CC) $(CFLAGS) -c $<
12
-	$(CC) $(CFLAGS) -c $<
13
+CC = $(CXX)
13
+CCLINK = $(CXXLINK)
14
 
14
 
15
 LOCAL_LIBRARIES = XawClientLibs
15
 LOCAL_LIBRARIES = XawClientLibs
16
 SYS_LIBRARIES = -lm
16
 SYS_LIBRARIES = -lm

Return to bug 155812