diff options
author | Charlie Li <git@vishwin.info> | 2020-05-08 20:59:37 +0800 |
---|---|---|
committer | Charlie Li <git@vishwin.info> | 2020-05-08 20:59:37 +0800 |
commit | 94186fed821f1cb9ae1415a0a1780d2b99d2b7c8 (patch) | |
tree | 987524d16d7d925d61e89313fba3e6eee910177a /x11-wm/muffin/Makefile | |
parent | b975338c49d15aa99058e71505bee32e0d719837 (diff) | |
download | freebsd-ports-gnome-94186fed821f1cb9ae1415a0a1780d2b99d2b7c8.tar.gz freebsd-ports-gnome-94186fed821f1cb9ae1415a0a1780d2b99d2b7c8.tar.zst freebsd-ports-gnome-94186fed821f1cb9ae1415a0a1780d2b99d2b7c8.zip |
x11-wm/muffin: update to 4.4.3
Diffstat (limited to 'x11-wm/muffin/Makefile')
-rw-r--r-- | x11-wm/muffin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 10f51cb21ff1..4b422a45b0d5 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= muffin -PORTVERSION= 4.4.2 +PORTVERSION= 4.4.3 CATEGORIES= x11-wm gnome DIST_SUBDIR= gnome @@ -64,6 +64,9 @@ WAYLAND_LIB_DEPENDS= libinput.so:x11/libinput \ libwayland-server.so:graphics/wayland WAYLAND_CONFIGURE_ENABLE= wayland-egl-server +post-patch: + @${REINPLACE_CMD} 's/--warn-error//' ${WRKSRC}/src/Makefile.am + pre-configure: @cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} autogen.sh |