requires --enable-shared

This commit is contained in:
naddy 2016-03-10 11:50:13 +00:00
parent cc18c4125c
commit d1fb05fbc3
9 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2015/03/16 18:07:35 naddy Exp $
# $OpenBSD: Makefile,v 1.21 2016/03/10 11:50:13 naddy Exp $
BROKEN-m88k= out of memory compiling cmu_us_kal_diphone.c
BROKEN-mips64= GCC hangs compiling cmu_us_kal_diphone.c
@ -34,7 +34,7 @@ WANTLIB= c m sndio
MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/flite-${VERSION}/
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --with-audio=sndio
CONFIGURE_ARGS= --enable-shared --with-audio=sndio
USE_GMAKE= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.35 2014/05/08 20:23:19 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.36 2016/03/10 11:50:13 naddy Exp $
COMMENT-main= Berkeley DB package, revision ${REV}
COMMENT-tcl= TCL bindings for Berkeley DB, revision ${REV}
@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
CONFIGURE_ARGS+= --enable-shared \
--enable-compat185 \
--enable-dump185 \
--enable-cxx \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.111 2015/10/08 07:18:24 rpointel Exp $
# $OpenBSD: Makefile.inc,v 1.112 2016/03/10 11:50:13 naddy Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
@ -109,7 +109,7 @@ WANTLIB-tkinter = X11 pthread python${VERSION}${LIB_SUFX} \
AUTOCONF_VERSION = 2.69
CONFIGURE_STYLE = autoconf
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
CONFIGURE_ARGS += --enable-shared
# --srcdir is needed for systrace to work correctly
CONFIGURE_ARGS += --srcdir=${WRKSRC} \
--with-fpectl \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.13 2016/02/29 20:46:53 jeremy Exp $
# $OpenBSD: Makefile.inc,v 1.14 2016/03/10 11:50:13 naddy Exp $
SHARED_ONLY ?= Yes
@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP ?= Yes
MASTER_SITES ?= http://cache.ruby-lang.org/pub/ruby/${VERSION:R}/
CONFIGURE_STYLE ?= gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
CONFIGURE_ARGS += --enable-shared
CONFIGURE_ENV += PREFIX="${PREFIX}" \
CPPFLAGS="-DOPENSSL_NO_STATIC_ENGINE -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2016/02/21 16:17:26 jsg Exp $
# $OpenBSD: Makefile,v 1.64 2016/03/10 11:50:13 naddy Exp $
BROKEN-arm = undefined reference to `__sync_fetch_and_add_4'
BROKEN-hppa = undefined reference to `__sync_fetch_and_add_4'
@ -41,7 +41,7 @@ CONFIGURE_ARGS = --enable-mt \
--disable-custom-flags \
--with-world \
--with-jpeg=${LOCALBASE} \
${CONFIGURE_SHARED}
--enable-shared
USE_GMAKE = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2015/03/16 18:07:50 naddy Exp $
# $OpenBSD: Makefile,v 1.25 2016/03/10 11:50:13 naddy Exp $
BROKEN-powerpc= fails to build
BROKEN-hppa = fails to configure
@ -29,7 +29,7 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-Df2cFortran"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
CONFIGURE_ARGS+= --enable-shared \
--disable-f90
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2015/04/09 07:51:43 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2016/03/10 11:50:13 naddy Exp $
COMMENT = library which implements the IRC protocol
DISTNAME = libircclient-1.8
@ -18,7 +18,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libircclient/}
NO_TEST = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
CONFIGURE_ARGS = --enable-shared \
--enable-openssl \
--enable-ipv6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2015/10/10 12:30:38 sthen Exp $
# $OpenBSD: Makefile,v 1.38 2016/03/10 11:50:13 naddy Exp $
SHARED_ONLY= Yes
@ -64,7 +64,7 @@ BUILD_DEPENDS= security/libsrtp
CONFIGURE_STYLE= autoconf no-autoheader
AUTOCONF_VERSION= 2.69
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
CONFIGURE_ARGS= --enable-shared \
--disable-oss \
--disable-video \
--with-external-gsm \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2015/08/25 13:18:28 sthen Exp $
# $OpenBSD: Makefile,v 1.52 2016/03/10 11:50:13 naddy Exp $
# no libGL (toolchain issue)
NOT_FOR_ARCHS= m88k
@ -34,7 +34,7 @@ LIB_DEPENDS= graphics/jpeg \
NO_TEST= Yes
CONFIGURE_STYLE=autoconf no-autoheader
AUTOCONF_VERSION=2.69
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
CONFIGURE_ARGS= --enable-shared \
--enable-threads
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \