From fac37da0daa41d1cfcd66195f3c23445802c1bb1 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 27 Jun 2003 23:02:45 +0000 Subject: [PATCH] autoheader/autoconf doesn't regen config.h.in in libstdc++-v3 correctly. Do not attempt it until it's fixed. There's currently no patch that requires this anyways... --- lang/egcs/stable/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lang/egcs/stable/Makefile b/lang/egcs/stable/Makefile index bbdd4670c86..7a35726a24d 100644 --- a/lang/egcs/stable/Makefile +++ b/lang/egcs/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2003/06/26 15:00:14 espie Exp $ +# $OpenBSD: Makefile,v 1.79 2003/06/27 23:02:45 espie Exp $ ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc @@ -12,9 +12,6 @@ MAKE_JAVA=No .if ${MACHINE_ARCH} == "i386" #MAKE_ADA=Yes MAKE_ADA=No -MAKE_GXX=No -MAKE_FORTRAN=Yes -MAKE_OBJC=Yes #AS_PATH=/usr/bin/as #LD_PATH=/usr/bin/ld .else @@ -153,7 +150,8 @@ MASTER_SITES=${SITES:S/%DATE%/${LATEST_DATE}/} #### # Patch section -ac_dirs=gcc libiberty libstdc++-v3 libf2c/libI77 libffi fastjar libjava +#ac_dirs=gcc libiberty libstdc++-v3 libf2c/libI77 libffi fastjar libjava +ac_dirs=gcc libiberty libf2c/libI77 libffi fastjar libjava rm_dirs=zlib texinfo #boehm-gc # get openbsd configuration files where they should be @@ -167,7 +165,7 @@ post-patch: cd ${WRKSRC} && contrib/gcc_update --touch # rebuild configure files after patching, then move source around !!! # XXX: don't try to autoconf the main configure file, it's not autoconf. - cd ${WRKSRC}/libstdc++-v3 && PATH=${PORTPATH} AUTOCONF_VERSION=2.13 autoheader +# cd ${WRKSRC}/libstdc++-v3 && PATH=${PORTPATH} AUTOCONF_VERSION=2.13 autoheader .for ac_dir in ${ac_dirs} cd ${WRKSRC}/${ac_dir} && PATH=${PORTPATH} AUTOCONF_VERSION=2.13 autoconf .endfor