this builds fine with openbsd libtool so set USE_LIBTOOL=yes
however auto* needs libtoolize or some other libtool macros, therefore add a build dependency on gnu libtool
This commit is contained in:
parent
6664314267
commit
08cec9fd54
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/24 21:00:29 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/28 10:02:04 steven Exp $
|
||||
|
||||
COMMENT= decoding library for KDE Multimedia
|
||||
|
||||
@ -35,11 +35,12 @@ LIB_DEPENDS= ::audio/flac \
|
||||
::audio/jack
|
||||
|
||||
USE_GMAKE= Yes
|
||||
#XX libtoolize
|
||||
USE_LIBTOOL= gnu
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
# uses libtoolize
|
||||
BUILD_DEPENDS+= ::devel/libtool
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
AUTOCONF_VERSION= 2.60
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/24 07:53:23 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/28 10:02:04 steven Exp $
|
||||
|
||||
COMMENT= cross-platform 3D audio API
|
||||
|
||||
@ -20,8 +20,10 @@ WANTLIB= m sndio
|
||||
MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
# auto* uses libtool macros
|
||||
USE_LIBTOOL= gnu
|
||||
BUILD_DEPENDS= ::devel/libtool
|
||||
|
||||
AUTOCONF_VERSION=2.59
|
||||
AUTOMAKE_VERSION=1.9
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/27 15:46:06 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/28 10:02:05 steven Exp $
|
||||
|
||||
COMMENT= DVD read/navigation library
|
||||
DISTNAME= libdvdnav-4.1.3
|
||||
@ -23,10 +23,12 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
AUTOMAKE_VERSION=1.9
|
||||
AUTOCONF_VERSION=2.59
|
||||
# needs libtoolize
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} ${MODGNU_AUTOMAKE_DEPENDS}
|
||||
# needs libtoolize
|
||||
BUILD_DEPENDS+= ::devel/libtool
|
||||
|
||||
LIB_DEPENDS= ::devel/libdvdread
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/23 17:04:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/28 10:02:05 steven Exp $
|
||||
|
||||
COMMENT= framework for granting privileged operations to users
|
||||
|
||||
@ -32,6 +32,8 @@ MODULES= textproc/intltool \
|
||||
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
${MODGNU_AUTOCONF_DEPENDS}
|
||||
# needs libtoolize
|
||||
BUILD_DEPENDS+= ::devel/libtool
|
||||
|
||||
# We do no want to depends on gtk-doc as it creates a dependency loop:
|
||||
# polkit -> gtk-doc -> yelp -> gconf2 -> polkit
|
||||
@ -59,8 +61,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-authfw=bsdauth
|
||||
|
||||
USE_GMAKE= Yes
|
||||
# XXX needs libtoolize
|
||||
USE_LIBTOOL= gnu
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/polkit
|
||||
|
Loading…
x
Reference in New Issue
Block a user