Unbreak configure.
This commit is contained in:
parent
42054f75f3
commit
8e33b14a39
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2019/03/28 14:34:38 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/28 15:32:14 ajacoutot Exp $
|
||||
|
||||
COMMENT= implementation of the FreeDesktop menu spec for MATE
|
||||
|
||||
@ -25,14 +25,14 @@ FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/mate-menus
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.12
|
||||
AUTOMAKE_VERSION= 1.16
|
||||
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
do-gen:
|
||||
@cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf -fi
|
||||
cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf -fi
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/layout/mate-applications.menu
|
||||
|
16
x11/mate/menus/patches/patch-configure_ac
Normal file
16
x11/mate/menus/patches/patch-configure_ac
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.1 2019/03/28 15:32:14 ajacoutot Exp $
|
||||
|
||||
Unbreak autoconf.
|
||||
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -39,8 +39,6 @@ PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0 >= 2.50.0)
|
||||
AC_SUBST(GIO_UNIX_CFLAGS)
|
||||
AC_SUBST(GIO_UNIX_LIBS)
|
||||
|
||||
-MATE_COMPILE_WARNINGS(yes)
|
||||
-
|
||||
AC_ARG_ENABLE(deprecation_flags,
|
||||
[AC_HELP_STRING([--enable-deprecation-flags],
|
||||
[use *_DISABLE_DEPRECATED flags @<:@default=no@:>@])],,
|
Loading…
x
Reference in New Issue
Block a user