svn commit: r498226 - branches/2019Q2/irc/ctrlproxy

Mark Linimon linimon at FreeBSD.org
Sun Apr 7 01:29:00 UTC 2019


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
 


More information about the svn-ports-all mailing list