diff options
author | rh <rh@pkgsrc.org> | 2001-08-13 19:20:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-13 19:20:16 +0000 |
commit | 0213575de3417848b150e35e4495032302e2026d (patch) | |
tree | 092b3e40b9788b3bcb5388f14b7a8463dd4aa708 | |
parent | 9ade14e72b4a0d34aaad2041e891be44fb8ee9f3 (diff) | |
download | pkgsrc-0213575de3417848b150e35e4495032302e2026d.tar.gz |
Autoconf apparently no longer uses "ltconfig" to configure libtool. As a
workaround, create a dummy "ltconfig" for the buildlink autoconf to pick
up. Fixes a build problem with buildlink-x11 and xpgwedge pointed out in
private mail by David Brownlee <abs@netbsd.org>
XXX: in the long run, the buildlink autoconf macros probably need to be
updated and fixed to prevent similar problems in other packages.
-rw-r--r-- | graphics/imlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 691ae30e713..7fade8eaf5e 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2001/08/13 11:14:30 rh Exp $ +# $NetBSD: Makefile,v 1.54 2001/08/13 19:20:16 rh Exp $ # DISTNAME= imlib-1.9.11 @@ -31,6 +31,7 @@ CONFIGURE_ENV+= X_LDFLAGS="${X_LDFLAGS}" X_LDFLAGS= -Wl,-R${X11BASE}/lib -L${X11BASE}/lib pre-configure: + ${TOUCH} ${WRKSRC}/ltconfig cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --include-deps --force post-install: |