Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 11:37:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480259 - head/comms/gammu
Message-ID:  <201809211137.w8LBb3BY098654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Sep 21 11:37:03 2018
New Revision: 480259
URL: https://svnweb.freebsd.org/changeset/ports/480259

Log:
  Fix build on gcc-based archs.
  
  PR:		231464
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/gammu/Makefile

Modified: head/comms/gammu/Makefile
==============================================================================
--- head/comms/gammu/Makefile	Fri Sep 21 11:33:36 2018	(r480258)
+++ head/comms/gammu/Makefile	Fri Sep 21 11:37:03 2018	(r480259)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl
 CMAKE_ARGS=	-DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \
 		-DINSTALL_MAN_DIR:PATH=${PREFIX}/man
 
-USES=		cmake:outsource gettext iconv pkgconfig shebangfix tar:xz
+USES=		cmake:outsource compiler:c++11-lang gettext iconv pkgconfig shebangfix tar:xz
 SHEBANG_FILES=	utils/jadmaker utils/gammu-config
 bash_CMD=	/bin/sh
 USE_GNOME=	glib20



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