Date: Sat, 22 Dec 2018 03:09:08 +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: r488056 - head/editors/abiword Message-ID: <201812220309.wBM398ol024004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 22 03:09:08 2018 New Revision: 488056 URL: https://svnweb.freebsd.org/changeset/ports/488056 Log: This port needs USES=compiler:c++11-lang to fix build on GCC-based architectures. PR: 234122 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/editors/abiword/Makefile Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Sat Dec 22 03:00:11 2018 (r488055) +++ head/editors/abiword/Makefile Sat Dec 22 03:09:08 2018 (r488056) @@ -22,7 +22,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libgoffice-0.10.so:devel/goffice010 RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu -USES= desktop-file-utils gmake iconv jpeg libtool pathfix pkgconfig +USES= compiler:c++11-lang desktop-file-utils gmake gnome iconv jpeg \ + libtool pathfix pkgconfig USE_GNOME= libxml2 gtk30 librsvg2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220309.wBM398ol024004>