Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 01:28:59 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498226 - branches/2019Q2/irc/ctrlproxy
Message-ID:  <201904070128.x371SxUh055682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Apr  7 01:28:59 2019
New Revision: 498226
URL: https://svnweb.freebsd.org/changeset/ports/498226

Log:
  MFH: r498224
  
  Add USES=compiler:c11 to fix build on GCC-based architectures:
  
    /usr/local/include/gnutls/gnutls.h:482: error: expected identifier or '(' before '/' token
  
  While here, also add USES=gnome localbase:ldflags.
  
  PR:		237037
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q2/irc/ctrlproxy/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/irc/ctrlproxy/Makefile
==============================================================================
--- branches/2019Q2/irc/ctrlproxy/Makefile	Sun Apr  7 01:28:15 2019	(r498225)
+++ branches/2019Q2/irc/ctrlproxy/Makefile	Sun Apr  7 01:28:59 2019	(r498226)
@@ -13,14 +13,11 @@ COMMENT=	Flexible IRC proxy
 
 LIB_DEPENDS=	libgnutls.so:security/gnutls
 
+USES=		compiler:c11 gmake gnome localbase:ldflags pathfix pkgconfig
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
 PATHFIX_MAKEFILEIN=	Makefile
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	DOCS
 



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