Date: Mon, 2 Sep 2013 20:42:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326086 - head/graphics/gexiv2 Message-ID: <201309022042.r82KgwWj029526@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 20:42:58 2013 New Revision: 326086 URL: http://svnweb.freebsd.org/changeset/ports/326086 Log: Fix build without libstdc++ Modified: head/graphics/gexiv2/Makefile Modified: head/graphics/gexiv2/Makefile ============================================================================== --- head/graphics/gexiv2/Makefile Mon Sep 2 20:39:58 2013 (r326085) +++ head/graphics/gexiv2/Makefile Mon Sep 2 20:42:58 2013 (r326086) @@ -17,11 +17,11 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 -USES= pkgconfig +USES= gmake pkgconfig USE_XZ= yes USE_GNOME= glib20 -USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_ARGS= REQUIRED_CFLAGS="" post-patch: @${REINPLACE_CMD} -E \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022042.r82KgwWj029526>