diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-10-25 12:30:36 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-10-25 12:30:36 +0000 |
commit | d206c14e279f73c61abdc8863c09b424513ab50a (patch) | |
tree | f53f0ab92b50ad21f6ad9edce42a0c56c888b16d /lang/see | |
parent | 0e19b4f726c5816c86016e02a85248daf0742b53 (diff) | |
download | pkgsrc-d206c14e279f73c61abdc8863c09b424513ab50a.tar.gz |
Disable autoreconf to make it build again (sorry hasso).
Diffstat (limited to 'lang/see')
-rw-r--r-- | lang/see/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile index 856b78ed97b..7a1b03fdbe9 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/06/03 06:03:50 hasso Exp $ +# $NetBSD: Makefile,v 1.5 2009/10/25 12:30:36 ahoka Exp $ # DISTNAME= see-3.0.1376 @@ -21,8 +21,10 @@ CONFIGURE_ARGS+= --with-readline PKGCONFIG_OVERRIDE+= libsee/see.pc.in -pre-configure: - cd ${WRKSRC} && autoreconf -vif +# As of 20091025: +# ./configure.lineno: 20846: Syntax error: ";" unexpected +#pre-configure: +# cd ${WRKSRC} && autoreconf -vif post-install: ${INSTALL_DATA} ${WRKSRC}/doc/USAGE.html ${DESTDIR}${PREFIX}/share/doc/see/ |