svn commit: r494771 - head/x11/fluxbg

Mark Linimon linimon at FreeBSD.org
Wed Mar 6 04:03:24 UTC 2019


Author: linimon
Date: Wed Mar  6 04:03:23 2019
New Revision: 494771
URL: https://svnweb.freebsd.org/changeset/ports/494771

Log:
  Fix build on gcc-based architectures.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/fluxbg/Makefile

Modified: head/x11/fluxbg/Makefile
==============================================================================
--- head/x11/fluxbg/Makefile	Wed Mar  6 03:53:48 2019	(r494770)
+++ head/x11/fluxbg/Makefile	Wed Mar  6 04:03:23 2019	(r494771)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libgtkmm-2.0.so:x11-toolkits/gtkmm20
 RUN_DEPENDS=	fbsetbg:x11-wm/fluxbox
 
 GNU_CONFIGURE=	yes
-USES=		pathfix pkgconfig
+USES=		compiler:c11 pathfix pkgconfig
 PLIST_FILES=	bin/fluxbg \
 		bin/fluxbgd \
 		bin/fluxbg_conf


More information about the svn-ports-all mailing list