openbsd-ports
[Top] [All Lists]

Re: xmms

To: ports@openbsd.org
Subject: Re: xmms
From: naddy@mips.inka.de (Christian Weisgerber)
Date: Sun, 26 Aug 2001 16:38:57 +0000 (UTC)
Newsgroups: list.openbsd.ports
References: <20010825220801.A3815@slartibartfast.angrypacket.com> <Pine.BSO.4.33.0108260449050.26256-100000@oddbox.cn>
Sender: owner-ports@openbsd.org
Wilbern Cobb <cobb@vedge.com.ar> wrote:

> > cd . && aclocal
> > aclocal: configure.in: 26: macro `AM_PROG_LIBTOOL' not found in library
> > aclocal: configure.in: 27: macro `AM_ENABLE_STATIC' not found in library
> > aclocal: configure.in: 28: macro `AM_ENABLE_SHARED' not found in library
> > gmake[2]: *** [aclocal.m4] Error 1
> 
> USE_LIBTOOL is not set, so it seems.

Alternatively,

post-patch:
        @cd ${WRKSRC} && touch aclocal.m4 configure.in
        @cd ${WRKSRC}/libxmms && touch aclocal.m4 configure.in

to prevent those useless aclocal calls from being triggered.

Also, the port is broken with automake 1.5.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de

<Prev in Thread] Current Thread [Next in Thread>
  • xmms, methodic
    • Re: xmms, Wilbern Cobb
      • Re: xmms, Christian Weisgerber <=