pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/see Disable autoreconf to make it build again (so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50a93e58cd2c
branches:  trunk
changeset: 400702:50a93e58cd2c
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Oct 25 12:30:36 2009 +0000

description:
Disable autoreconf to make it build again (sorry hasso).

diffstat:

 lang/see/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r fd3f71587ce5 -r 50a93e58cd2c lang/see/Makefile
--- a/lang/see/Makefile Sun Oct 25 12:18:16 2009 +0000
+++ b/lang/see/Makefile Sun Oct 25 12:30:36 2009 +0000
@@ -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 @@
 
 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/



Home | Main Index | Thread Index | Old Index