Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2020 08:52:52 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547346 - in head: textproc/artha www/obhttpd
Message-ID:  <202009020852.0828qqqB059535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Sep  2 08:52:51 2020
New Revision: 547346
URL: https://svnweb.freebsd.org/changeset/ports/547346

Log:
  Force -fcommon to unbreak the build against modern compilers.
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/artha/Makefile
  head/www/obhttpd/Makefile

Modified: head/textproc/artha/Makefile
==============================================================================
--- head/textproc/artha/Makefile	Wed Sep  2 08:39:21 2020	(r547345)
+++ head/textproc/artha/Makefile	Wed Sep  2 08:52:51 2020	(r547346)
@@ -21,6 +21,7 @@ USES=		gmake gnome libtool pkgconfig
 
 CONFIGURE_ARGS=	--enable-static=no --x-includes=${LOCALBASE}/include \
 		--x-libraries=${LOCALBASE}/lib
+CFLAGS+=	-fcommon
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet
 LIBS+=		`pkg-config --libs gio-2.0`

Modified: head/www/obhttpd/Makefile
==============================================================================
--- head/www/obhttpd/Makefile	Wed Sep  2 08:39:21 2020	(r547345)
+++ head/www/obhttpd/Makefile	Wed Sep  2 08:52:51 2020	(r547346)
@@ -22,7 +22,7 @@ GH_PROJECT=	httpd
 
 USE_RC_SUBR=	obhttpd
 
-CFLAGS+=	-Wall
+CFLAGS+=	-Wall -fcommon
 CFLAGS+=	-I${WRKDIR}/libressl-${SSL_VERSION}/include
 
 MAKE_ARGS+=	MANDIR=${PREFIX}/man/man



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