aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 11:55:08 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 11:55:08 +0000
commit6356722470c347b5f5fb7c2bbd75c046dbb95e01 (patch)
tree54e94b01315c75d07b8fd6351f2c54d1808899df /x11-wm
parentf5c5cde5e2d9e6899dfa542db5febed99bd2616c (diff)
downloadports-6356722470c347b5f5fb7c2bbd75c046dbb95e01.tar.gz
ports-6356722470c347b5f5fb7c2bbd75c046dbb95e01.zip
MFH: r561316
x11-wm/muffin: fix build on GCC architectures cc1: error: -Werror=maybe-uninitialized: No option -Wmaybe-uninitialized
Notes
Notes: svn path=/branches/2021Q1/; revision=561317
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/muffin/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile
index afe628a36286..eec400c007f6 100644
--- a/x11-wm/muffin/Makefile
+++ b/x11-wm/muffin/Makefile
@@ -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