Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2021 14:17:10 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566403 - head/graphics/xmountains
Message-ID:  <202102231417.11NEHA6k063188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Tue Feb 23 14:17:10 2021
New Revision: 566403
URL: https://svnweb.freebsd.org/changeset/ports/566403

Log:
  - Fix build

Modified:
  head/graphics/xmountains/Makefile

Modified: head/graphics/xmountains/Makefile
==============================================================================
--- head/graphics/xmountains/Makefile	Tue Feb 23 14:16:03 2021	(r566402)
+++ head/graphics/xmountains/Makefile	Tue Feb 23 14:17:10 2021	(r566403)
@@ -26,7 +26,7 @@ post-extract:
 
 do-build:
 	(cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} \
-		calcalt.c random.c  artist.c global.c xmountains.c X_graphics.c print_alg.c \
+		calcalt.c random.c  artist.c xmountains.c X_graphics.c print_alg.c \
 		-lX11 -lm -o ${PORTNAME})
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102231417.11NEHA6k063188>