Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 11:54:18 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561316 - head/x11-wm/muffin
Message-ID:  <202101121154.10CBsIgB045366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jan 12 11:54:17 2021
New Revision: 561316
URL: https://svnweb.freebsd.org/changeset/ports/561316

Log:
  x11-wm/muffin: fix build on GCC architectures
  
  cc1: error: -Werror=maybe-uninitialized: No option -Wmaybe-uninitialized
  
  MFH:		2021Q1

Modified:
  head/x11-wm/muffin/Makefile

Modified: head/x11-wm/muffin/Makefile
==============================================================================
--- head/x11-wm/muffin/Makefile	Tue Jan 12 11:33:39 2021	(r561315)
+++ head/x11-wm/muffin/Makefile	Tue Jan 12 11:54:17 2021	(r561316)
@@ -31,8 +31,8 @@ LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 RUN_DEPENDS=	zenity>=3.0.0:x11/zenity \
 		xkeyboard-config>0:x11/xkeyboard-config
 
-USES=		autoreconf:build gettext-tools gl gmake gnome libtool pathfix pkgconfig \
-		xorg
+USES=		autoreconf:build compiler:c11 gettext-tools gl gmake gnome \
+		libtool localbase pathfix pkgconfig xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
@@ -49,8 +49,6 @@ USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-maintainer-flags=no
-CFLAGS+=	-I${LOCALBASE}/include
-CPPFLAGS+=	-I${LOCALBASE}/include
 INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.cinnamon.muffin.gschema.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101121154.10CBsIgB045366>