From 48102bb3f8902cce7240c9ae833987d305996ca9 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 1 Apr 2014 07:13:17 +0000 Subject: [PATCH] CONFIGURE_SHARED is implied by the gnome module. --- devel/pango/Makefile | 5 ++--- devel/pangox-compat/Makefile | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/devel/pango/Makefile b/devel/pango/Makefile index e90b069671b..9717e2b632f 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.88 2014/03/18 07:53:59 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.89 2014/04/01 07:13:17 ajacoutot Exp $ # XXX when OPENBSD_5_6 is branched # drop removal of ${SYSCONFDIR}/pango/pango.modules @@ -40,8 +40,7 @@ LIB_DEPENDS= devel/glib2>=2.38.0 \ LIBTOOL_FLAGS= --tag=disable-static CONFIGURE_STYLE= gnu -CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ - --disable-static +CONFIGURE_ARGS= --disable-static post-install: rm ${PREFIX}/lib/pango/1.8.0/modules/*.la diff --git a/devel/pangox-compat/Makefile b/devel/pangox-compat/Makefile index f7ae7012b13..901c9519e1d 100644 --- a/devel/pangox-compat/Makefile +++ b/devel/pangox-compat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2014/02/22 10:40:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2014/04/01 07:13:17 ajacoutot Exp $ SHARED_ONLY= Yes @@ -30,8 +30,7 @@ LIB_DEPENDS= devel/pango>=1.31.2 LIBTOOL_FLAGS= --tag=disable-static CONFIGURE_STYLE= gnu -CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ - --disable-static +CONFIGURE_ARGS= --disable-static FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples