svn commit: r484656 - head/deskutils/cairo-dock

Mark Linimon linimon at FreeBSD.org
Sun Nov 11 03:42:34 UTC 2018


Author: linimon
Date: Sun Nov 11 03:42:33 2018
New Revision: 484656
URL: https://svnweb.freebsd.org/changeset/ports/484656

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, add USES=gnome and localbase:ldflags..
  
  PR:		232818
  Submitted by:	Piotr Kubaj

Modified:
  head/deskutils/cairo-dock/Makefile

Modified: head/deskutils/cairo-dock/Makefile
==============================================================================
--- head/deskutils/cairo-dock/Makefile	Sun Nov 11 03:33:50 2018	(r484655)
+++ head/deskutils/cairo-dock/Makefile	Sun Nov 11 03:42:33 2018	(r484656)
@@ -22,11 +22,11 @@ GH_ACCOUNT=	Cairo-Dock
 GH_PROJECT=	${PORTNAME}-core
 
 GNU_CONFIGURE=	yes
+USES=		cmake compiler:c++11-lang gettext gnome localbase:ldflags \
+		pkgconfig
 USE_GNOME=	glib20 gtk30 librsvg2 libxml2
 USE_LDCONFIG=	yes
 USE_XORG=	xrender xtst
-USES=		cmake gettext pkgconfig
-LDFLAGS+=	-L${LOCALBASE}/lib
 CMAKE_ARGS=	-Dinstall-pc-path:STRING="${LOCALBASE}/libdata/pkgconfig" \
 		-DROOT_PREFIX:PATH=${STAGEDIR} \
 		-DCMAKE_INSTALL_MANDIR:PATH=man \


More information about the svn-ports-all mailing list