summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-07-30 01:33:11 +0000
committerdmcmahill <dmcmahill>2000-07-30 01:33:11 +0000
commit4278de2827b25fd32dd4fb2e9a5bbfdbb75f0c1e (patch)
tree926f14394d19afa057430c925b046bd3722758ee /x11/lesstif
parentcb9584a64fe3bc612e701065a4aee2bdc684a175 (diff)
downloadpkgsrc-4278de2827b25fd32dd4fb2e9a5bbfdbb75f0c1e.tar.gz
change the pre-configure target to match whats recommended by the lesstif
INSTALL document. This fixes recently noted infinite loops in the lesstif build system noted on some platforms.
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile.common b/x11/lesstif/Makefile.common
index dd3deaf7dd0..e1e1b1108b9 100644
--- a/x11/lesstif/Makefile.common
+++ b/x11/lesstif/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2000/07/25 14:42:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.2 2000/07/30 01:33:11 dmcmahill Exp $
DISTNAME= lesstif-${LESSTIF_VERSION}
LESSTIF_VERSION= 0.91.4
@@ -30,6 +30,8 @@ FILESDIR= ${.CURDIR}/../../x11/lesstif/files
PATCHDIR= ${.CURDIR}/../../x11/lesstif/patches
pre-configure:
- cd ${WRKSRC} && autoreconf && automake
+ for d in . lib/Xlt lib/Xbae test ; do \
+ cd ${WRKSRC}/$$d && libtoolize --force && aclocal && autoheader && automake -a -i && autoconf; \
+ done
.include "../../mk/bsd.pkg.mk"