svn commit: r569370 - head/textproc/halibut

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 28 02:05:03 UTC 2021


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
 


More information about the svn-ports-head mailing list