svn commit: r480259 - head/comms/gammu
Mark Linimon
linimon at FreeBSD.org
Fri Sep 21 11:37:04 UTC 2018
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
More information about the svn-ports-head
mailing list