aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/muffin
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 11:54:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 11:54:17 +0000
commit7bc5f9e3c2f1d8fb827d16490e72dde1200be45a (patch)
treedb8f24ad051defd893f1e677d26035ab7747f615 /x11-wm/muffin
parent1504cc3c654cf0961efafab044a4d104a67f558c (diff)
downloadports-7bc5f9e3c2f1d8fb827d16490e72dde1200be45a.tar.gz
ports-7bc5f9e3c2f1d8fb827d16490e72dde1200be45a.zip
x11-wm/muffin: fix build on GCC architectures
cc1: error: -Werror=maybe-uninitialized: No option -Wmaybe-uninitialized MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=561316
Diffstat (limited to 'x11-wm/muffin')
-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