svn commit: r561317 - branches/2021Q1/x11-wm/muffin

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 12 11:55:09 UTC 2021


Author: pkubaj
Date: Tue Jan 12 11:55:08 2021
New Revision: 561317
URL: https://svnweb.freebsd.org/changeset/ports/561317

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

Modified:
  branches/2021Q1/x11-wm/muffin/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11-wm/muffin/Makefile
==============================================================================
--- branches/2021Q1/x11-wm/muffin/Makefile	Tue Jan 12 11:54:17 2021	(r561316)
+++ branches/2021Q1/x11-wm/muffin/Makefile	Tue Jan 12 11:55:08 2021	(r561317)
@@ -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


More information about the svn-ports-branches mailing list