mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add MAKE_JOBS_SAFE to support SMP compilation
This commit is contained in:
parent
44241a5bb1
commit
69d69ada8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230877
10 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,7 @@ RESTRICTED= Distribution in binary form is prohibited
|
|||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15
|
||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
|
|
@ -18,6 +18,7 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
|
|||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15
|
||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
|
|
@ -17,6 +17,7 @@ COMMENT= A free library for decoding ATSC A/52 streams, aka AC-3
|
|||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-oss --enable-shared
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -23,6 +23,7 @@ USE_GNOME= gnomehack gnometarget ltverhack
|
|||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -17,6 +17,7 @@ COMMENT= An extremely fast library for floating-point convolution
|
|||
DISABLE_SIZE= yes
|
||||
ALL_TARGET=
|
||||
INSTALL_TARGET=setup check
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
HEADER_FILES= complex4.h complex8.h fftc4.h fftc8.h fftfreq.h \
|
||||
fftr4.h fftr8.h real4.h real8.h
|
||||
|
|
|
@ -19,6 +19,7 @@ HAS_CONFIGURE= yes
|
|||
CONFIGURE_LOG= config.err
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
WANT_SDL= yes
|
||||
|
||||
OPTIONS= AMR_NB "AMR narrowband encoder" off \
|
||||
|
|
|
@ -20,6 +20,7 @@ COMMENT= Gpac MPEG-4 Systems library and headers
|
|||
WRKSRC= ${WRKDIR}/gpac
|
||||
ALL_TARGET= lib
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= ltverhack
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
|
||||
|
|
|
@ -19,6 +19,7 @@ COMMENT= Mpeg-4 library and tools from mpeg4ip
|
|||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
|
|
@ -19,6 +19,7 @@ COMMENT= Mpeg-4 library and tools from mpeg4ip
|
|||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue