mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Unbreak build after autotool update
This commit is contained in:
parent
d54d68bbce
commit
800d78b28b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323110
@ -20,6 +20,7 @@ OPTIONS_DEFAULT= VORBIS
|
||||
AACPLUS_DESC= AAC HEv2 and libsamplerate support
|
||||
|
||||
USE_AUTOTOOLS= aclocal autoconf
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no
|
||||
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
@ -31,6 +31,7 @@ USE_GNOME= gnomehier gtk20 libxml2
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CONFIGURE_ARGS= --disable-alsamidi \
|
||||
--disable-scheduler
|
||||
INSTALLS_OMF= yes
|
||||
|
@ -24,6 +24,7 @@ WX_CONF_ARGS= absolute
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext
|
||||
USE_AUTOTOOLS= autoconf libtool automake
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS= --with-apr-config=apr-1-config \
|
||||
--with-apu-config=apu-1-config \
|
||||
|
@ -20,6 +20,7 @@ CONFLICTS= cal3d-devel-[0-9]*
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= automake autoheader libtool
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
AUTOTOOLSFILES= aclocal.m4
|
||||
# AUTOMAKE_ARGS= --add-missing
|
||||
|
@ -25,6 +25,7 @@ LEPTONICA_DESC= Enable Leptonica image analysis
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_PYTHON_BUILD= yes
|
||||
USE_AUTOTOOLS= aclocal automake autoconf
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -14,6 +14,7 @@ LICENSE= MIT
|
||||
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtool
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
|
||||
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
USE_AUTOTOOLS= aclocal autoconf libtool
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USES= pathfix pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_OPENSSL= yes
|
||||
|
@ -44,6 +44,7 @@ PLIST_SUB= PYTHON_VER=${PYTHON_VER}
|
||||
#DEBUG_FLAGS= -g
|
||||
|
||||
USE_AUTOTOOLS= autoconf automake
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
USE_PYTHON= yes
|
||||
USE_OPENLDAP= yes
|
||||
|
@ -20,5 +20,6 @@ USE_GMAKE= yes
|
||||
USES= pkgconfig
|
||||
USE_AUTOTOOLS= aclocal automake autoconf
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user