pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41568: devel/libidn needs autoconf
The following reply was made to PR pkg/41568; it has been noted by GNATS.
From: Havard Eidnes <he%NetBSD.org@localhost>
To: joern%uni-bielefeld.de@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/41568: devel/libidn needs autoconf
Date: Wed, 10 Jun 2009 14:35:37 +0200 (CEST)
> Sorry, the problem is not that simple: autoconf *is* installed.
But it won't be available during the pkgsrc build; the pkgsrc tools
framework which uses wrappers plays tricks with PATH so the set of
tools available are restricted to those which have been explicitly
specified.
So, if the actual problem is as described, please try something like
this diff:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libidn/Makefile,v
retrieving revision 1.65
diff -u -r1.65 Makefile
--- Makefile 19 May 2009 08:59:10 -0000 1.65
+++ Makefile 10 Jun 2009 12:30:26 -0000
@@ -15,7 +15,7 @@
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= makeinfo pkg-config perl:build
+USE_TOOLS+= autoconf makeinfo pkg-config perl:build
TEXINFO_REQD= 4.7
GNU_CONFIGURE= yes
INFO_FILES= yes
Regards,
- Havard
Home |
Main Index |
Thread Index |
Old Index