From: rahnds Date: Thu, 2 Jan 1997 19:45:34 +0000 (+0000) Subject: Perl should build on the powerpc port now, I will build statically X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e088b7f2fae43454c8b1a870e3463b10acc66c51;p=openbsd Perl should build on the powerpc port now, I will build statically instead of trying to build dynamically and fail. --- diff --git a/sys/arch/powerpc/patches b/sys/arch/powerpc/patches index 3c0a4fcc58d..80430475bb8 100644 --- a/sys/arch/powerpc/patches +++ b/sys/arch/powerpc/patches @@ -17,18 +17,6 @@ diff -r1.7 Makefile < ${CC} ${CFLAGS} ${.CURDIR}/mksyntax.c -o $@ --- > ${HOSTCC} ${CFLAGS} ${.CURDIR}/mksyntax.c -o $@ -Index: src/gnu/usr.bin/Makefile -# perl does not build due to dynamic library requirements -# Powerpc does not yet have dynamic libaries. -=================================================================== -RCS file: /cvs/src/gnu/usr.bin/Makefile,v -retrieving revision 1.18 -diff -r1.18 Makefile -5c5,6 -< SUBDIR+= gzip perl rcs sdiff sendbug sort sudo ---- -> SUBDIR+= gzip rcs sdiff sendbug sort sudo -> #SUBDIR+= gzip perl rcs sdiff sendbug sort sudo Index: src/lib/libc/stdlib/strtod.c # what define should be used here, # port currently defines both. @@ -47,13 +35,13 @@ RCS file: /cvs/src/lib/libkvm/kvm.c,v retrieving revision 1.4 diff -r1.4 kvm.c 1c1 -< /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */ +< /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */ --- -> /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */ +> /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */ 45c45 -< static char *rcsid = "$OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $"; +< static char *rcsid = "$OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $"; --- -> static char *rcsid = "$OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $"; +> static char *rcsid = "$OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $"; 361a362 > #if #defined(__powerpc__) 368a370 @@ -227,9 +215,9 @@ RCS file: /cvs/src/sys/conf/param.c,v retrieving revision 1.2 diff -r1.2 param.c 1c1 -< /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */ +< /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */ --- -> /* $OpenBSD: patches,v 1.1 1997/01/02 03:29:40 rahnds Exp $ */ +> /* $OpenBSD: patches,v 1.2 1997/01/02 19:45:34 rahnds Exp $ */ 103c103 < int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ ---