diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
commit | 89a0b31acd9083a2eb8835a17c5d98c775908c34 (patch) | |
tree | eada1f039182dde7633eb80f55ed5ae086ade13d /comms | |
parent | update to 0.9.6.0 (diff) |
Use libtool port instead of included one to avoid objformat a.out botch
Notes
Notes:
svn path=/head/; revision=183519
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp-devel/Makefile | 1 | ||||
-rw-r--r-- | comms/spandsp-devel5/Makefile | 1 | ||||
-rw-r--r-- | comms/spandsp/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 8bf0f6f21f10..d1ed2a0cce88 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -20,6 +20,7 @@ COMMENT= Fax DSP library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/spandsp-0.0.3/ +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/comms/spandsp-devel5/Makefile b/comms/spandsp-devel5/Makefile index 8bf0f6f21f10..d1ed2a0cce88 100644 --- a/comms/spandsp-devel5/Makefile +++ b/comms/spandsp-devel5/Makefile @@ -20,6 +20,7 @@ COMMENT= Fax DSP library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/spandsp-0.0.3/ +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 2ac4a651ad28..32749fa08b6f 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//} USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |