--disable-static

This commit is contained in:
ajacoutot 2012-04-12 17:30:47 +00:00
parent a9b7ab3856
commit 8616c8bb91
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2012/03/29 07:09:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.49 2012/04/12 17:30:48 ajacoutot Exp $
COMMENT= plugins for Gedit
@ -39,7 +39,8 @@ RUN_DEPENDS= devel/gsettings-desktop-schemas \
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_ARGS+= --with-plugins=all
CONFIGURE_ARGS+= --disable-static \
--with-plugins=all
# needed for the Vte plugin (-lvte2_90)
MODGNOME_CPPFLAGS= -I${X11BASE}/include -pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.82 2012/04/12 17:29:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.83 2012/04/12 17:30:47 ajacoutot Exp $
COMMENT= lightweight GNOME text editor
@ -46,7 +46,8 @@ MODGNOME_TOOLS= goi yelp
MODGNOME_DESKTOP_FILE= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_ARGS= --enable-python \
CONFIGURE_ARGS= --disable-static \
--enable-python \
--enable-spell \
--enable-gvfs-metadata \
--disable-updater \