Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 10:27:28 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550674 - head/games/luola
Message-ID:  <202009301027.08UARSLm099665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Wed Sep 30 10:27:28 2020
New Revision: 550674
URL: https://svnweb.freebsd.org/changeset/ports/550674

Log:
  Fix build with -fno-common

Modified:
  head/games/luola/Makefile

Modified: head/games/luola/Makefile
==============================================================================
--- head/games/luola/Makefile	Wed Sep 30 10:16:29 2020	(r550673)
+++ head/games/luola/Makefile	Wed Sep 30 10:27:28 2020	(r550674)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luola
 PORTVERSION=	1.3.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/ # master site gone
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \



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