mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix Build
PR: 155812 Submitted by: Ports Fury
This commit is contained in:
parent
05090ee29a
commit
86b7b753d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271870
3 changed files with 1 additions and 4 deletions
|
@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= games
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Time Trek - like game for X Window System
|
||||
|
||||
BROKEN= does not compile
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= x11 xaw xext xmu xt xpm sm ice
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (xspacewarp-1.2.tar.gz) = 54aa93eb6fd3d7fa396fc47ddf3ffd15
|
||||
SHA256 (xspacewarp-1.2.tar.gz) = 3cafae4ee6889c72d844a04acebb1116d40934b59eafaceccf4f04e43e04be13
|
||||
SIZE (xspacewarp-1.2.tar.gz) = 57260
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
-
|
||||
-.cc.o:
|
||||
- $(CC) $(CFLAGS) -c $<
|
||||
+CC = $(CXX)
|
||||
+CCLINK = $(CXXLINK)
|
||||
|
||||
LOCAL_LIBRARIES = XawClientLibs
|
||||
SYS_LIBRARIES = -lm
|
||||
|
|
Loading…
Add table
Reference in a new issue