requires --enable-shared

This commit is contained in:
naddy 2016-03-11 11:48:28 +00:00
parent e45ced7334
commit f726f7bce8
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2015/12/17 09:47:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.43 2016/03/11 11:48:28 naddy Exp $
SHARED_ONLY= Yes
@ -42,7 +42,7 @@ RUN_DEPENDS= print/ghostscript/gnu \
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
CONFIGURE_ARGS+= --enable-shared \
--with-gs-font-dir=${LOCALBASE}/share/fonts/ghostscript \
--with-ltdl-include=${LOCALBASE}/include \
--with-ltdl-lib=${LOCALBASE}/lib \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/03/01 20:36:40 jca Exp $
# $OpenBSD: Makefile,v 1.7 2016/03/11 11:48:28 naddy Exp $
SHARED_ONLY = Yes
@ -24,7 +24,7 @@ LIB_DEPENDS = x11/fltk \
MAKE_ENV = EDE_VERSION="${FULL_V}"
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
CONFIGURE_ARGS += --enable-shared
CONFIGURE_ENV = API_VER="${API_VER}"
NO_TEST = Yes