Date: Tue, 12 Jan 2021 11:55:08 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561317 - branches/2021Q1/x11-wm/muffin Message-ID: <202101121155.10CBt8ww045609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101121155.10CBt8ww045609>