USE_LIBTOOL=Yes is the default now.

This commit is contained in:
ajacoutot 2013-03-21 09:01:56 +00:00
parent a8042a0755
commit fbfca78cd6
3 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/20 21:47:34 landry Exp $
# $OpenBSD: Makefile,v 1.2 2013/03/21 09:01:56 ajacoutot Exp $
COMMENT = library for spatial indexing and querying
DISTNAME= spatialindex-src-1.8.0
@ -13,8 +13,6 @@ PERMIT_PACKAGE_CDROM = Yes
HOMEPAGE = http://libspatialindex.github.com/
MASTER_SITES = http://download.osgeo.org/libspatialindex/
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
WANTLIB = m pthread stdc++

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.1.1.1 2013/03/20 21:55:28 landry Exp $
# $OpenBSD: Makefile.inc,v 1.2 2013/03/21 09:01:56 ajacoutot Exp $
CATEGORIES ?= geo
@ -18,4 +18,3 @@ CONFIGURE_ENV ?= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng/
LDFLAGS="-L${LOCALBASE}/lib" lt_cv_dlopen_libs=
LIBTOOL_FLAGS ?= --tag=disable-static
USE_LIBTOOL ?= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/03/21 08:35:44 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2013/03/21 09:01:56 ajacoutot Exp $
COMMENT = PDF creation library
@ -23,8 +23,6 @@ AUTOMAKE_VERSION = 1.11
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-png=${LOCALBASE}
USE_LIBTOOL = Yes
# for libtoolize
BUILD_DEPENDS = devel/libtool \
${MODGNU_AUTOCONF_DEPENDS} \