Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2021 02:05:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569370 - head/textproc/halibut
Message-ID:  <202103280205.12S253YK012471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 28 02:05:03 2021
New Revision: 569370
URL: https://svnweb.freebsd.org/changeset/ports/569370

Log:
  textproc/halibut: Fix build on systems where no-common is default
  
  Reported by:	fallout

Modified:
  head/textproc/halibut/Makefile

Modified: head/textproc/halibut/Makefile
==============================================================================
--- head/textproc/halibut/Makefile	Sun Mar 28 01:59:18 2021	(r569369)
+++ head/textproc/halibut/Makefile	Sun Mar 28 02:05:03 2021	(r569370)
@@ -13,6 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 
 USES=		gmake perl5
 
+CFLAGS+=	-fcommon # ld: error: duplicate symbol: all_fonts
+
 PLIST_FILES=	bin/halibut \
 		man/man1/halibut.1.gz
 



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