mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
disable x11 events in mc
This commit is contained in:
@@ -36,10 +36,11 @@ CONFIGURE_ARGS+= --with-diff-viewer
|
||||
CONFIGURE_ARGS+= --with-internal-edit
|
||||
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALEBASE}
|
||||
CONFIGURE_ARGS+= --with-subshell
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
CONFIGURE_ARGS+= --without-x --disable-x
|
||||
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/mc/etc
|
||||
|
||||
CONFIGURE_ENV+= ac_cv_lib_ICE_IceConnectionNumber=no
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
11
system/mc482/files/patch-x-configure
Normal file
11
system/mc482/files/patch-x-configure
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ./configure~ 2019-12-27 07:04:55.202790000 +0200
|
||||
+++ ./configure 2019-12-27 07:06:14.940483000 +0200
|
||||
@@ -18918,7 +18918,7 @@
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_link "$LINENO"; then :
|
||||
- ac_cv_lib_ICE_IceConnectionNumber=yes
|
||||
+ ac_cv_lib_ICE_IceConnectionNumber=no
|
||||
else
|
||||
ac_cv_lib_ICE_IceConnectionNumber=no
|
||||
fi
|
||||
Reference in New Issue
Block a user