From d1fb05fbc3eeaea698e7743875eb09214db334ac Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 10 Mar 2016 11:50:13 +0000 Subject: [PATCH] requires --enable-shared --- audio/flite/Makefile | 4 ++-- databases/db/Makefile.inc | 4 ++-- lang/python/Makefile.inc | 4 ++-- lang/ruby/Makefile.inc | 4 ++-- lang/swi-prolog/Makefile | 4 ++-- math/netcdf/Makefile | 4 ++-- net/libircclient/Makefile | 4 ++-- telephony/pjsua/Makefile | 4 ++-- x11/fltk/Makefile | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 26871c75858..9db6d9bc67c 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -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 diff --git a/databases/db/Makefile.inc b/databases/db/Makefile.inc index 4ad661f1fcf..46cacab2452 100644 --- a/databases/db/Makefile.inc +++ b/databases/db/Makefile.inc @@ -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 \ diff --git a/lang/python/Makefile.inc b/lang/python/Makefile.inc index 8f107e9f511..e5512d844ef 100644 --- a/lang/python/Makefile.inc +++ b/lang/python/Makefile.inc @@ -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 \ diff --git a/lang/ruby/Makefile.inc b/lang/ruby/Makefile.inc index 0927cdc6b3d..17cea45b44c 100644 --- a/lang/ruby/Makefile.inc +++ b/lang/ruby/Makefile.inc @@ -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" diff --git a/lang/swi-prolog/Makefile b/lang/swi-prolog/Makefile index 9f4d235bbbd..85235a23aba 100644 --- a/lang/swi-prolog/Makefile +++ b/lang/swi-prolog/Makefile @@ -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 diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index 63f7b535779..c50b698b34a 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -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 diff --git a/net/libircclient/Makefile b/net/libircclient/Makefile index 22fea54b800..4fdb1e518d5 100644 --- a/net/libircclient/Makefile +++ b/net/libircclient/Makefile @@ -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 diff --git a/telephony/pjsua/Makefile b/telephony/pjsua/Makefile index 895b7c6376b..025e87c36d0 100644 --- a/telephony/pjsua/Makefile +++ b/telephony/pjsua/Makefile @@ -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 \ diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 3ae72d13349..bc27da4a15a 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -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" \