From afa6611b952a10f99227b8178218bf4120d1b229 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 13 Jul 2012 16:56:55 +0000 Subject: [PATCH] --disable-static --- devel/py-notify/Makefile | 4 +++- net/gupnp/core/Makefile | 5 +++-- net/libsocialweb/Makefile | 5 +++-- x11/py-gtk2/Makefile | 3 ++- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/devel/py-notify/Makefile b/devel/py-notify/Makefile index c290851ffcb..787fc6601e4 100644 --- a/devel/py-notify/Makefile +++ b/devel/py-notify/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2011/09/16 09:24:55 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2012/07/13 16:56:55 ajacoutot Exp $ COMMENT= python bindings for libnotify @@ -44,6 +44,8 @@ CONFIGURE_STYLE= gnu CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS += --disable-static + # Force regen of pynotify.c to include missing functions. # See http://trac.galago-project.org/ticket/121 post-extract: diff --git a/net/gupnp/core/Makefile b/net/gupnp/core/Makefile index 061031ac437..56cea8dd033 100644 --- a/net/gupnp/core/Makefile +++ b/net/gupnp/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2012/05/04 07:09:13 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2012/07/13 16:56:55 ajacoutot Exp $ SHARED_ONLY= Yes @@ -24,6 +24,7 @@ LIB_DEPENDS= net/gssdp>=0.12.0 \ MODPY_ADJ_FILES= tools/gupnp-binding-tool -CONFIGURE_ARGS+= --with-context-manager=unix +CONFIGURE_ARGS+= --disable-static \ + --with-context-manager=unix .include diff --git a/net/libsocialweb/Makefile b/net/libsocialweb/Makefile index e9b6dee60a5..5c812414e9b 100644 --- a/net/libsocialweb/Makefile +++ b/net/libsocialweb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2012/03/29 12:52:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.13 2012/07/13 16:56:55 ajacoutot Exp $ SHARED_ONLY= Yes @@ -41,7 +41,8 @@ LIB_DEPENDS= devel/json-glib \ LIBTOOL_FLAGS= --tag=disable-static CONFIGURE_STYLE= gnu -CONFIGURE_ARGS+= --enable-all-services \ +CONFIGURE_ARGS+= --disable-static \ + --enable-all-services \ --with-online=always # Other choices are ConnMan and NM .include diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index cc7792e7d67..53ad56889b9 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2011/09/28 09:51:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.54 2012/07/13 16:56:55 ajacoutot Exp $ SHARED_ONLY= Yes @@ -43,6 +43,7 @@ USE_GMAKE= No LIBTOOL_FLAGS+= --tag=disable-static CONFIGURE_STYLE=gnu +CONFIGURE_ARGS= --disable-static # pick bind_textdomain_codeset MODGNOME_LDFLAGS=-lintl -liconv