pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/hint Make build on systems without gcc. Fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05571b910817
branches:  trunk
changeset: 461729:05571b910817
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 18:16:41 2003 +0000

description:
Make build on systems without gcc. From Jonathan Perkin in PR 22856.

diffstat:

 benchmarks/hint/distinfo         |   3 ++-
 benchmarks/hint/patches/patch-ac |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 9f2ddbb1a5f5 -r 05571b910817 benchmarks/hint/distinfo
--- a/benchmarks/hint/distinfo  Fri Sep 19 18:14:02 2003 +0000
+++ b/benchmarks/hint/distinfo  Fri Sep 19 18:16:41 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 09:13:25 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/09/19 18:16:41 wiz Exp $
 
 SHA1 (hint_unix_serial.tar) = b590c036638050c116b12d09a80ed910f68af271
 Size (hint_unix_serial.tar) = 71680 bytes
 SHA1 (patch-aa) = ed3d3e4cc76df2e092627b4b4d6ff68419a94b07
 SHA1 (patch-ab) = 64be507d80018a95bbb615d1db83b3331633efa3
+SHA1 (patch-ac) = aca05bc3024cd42dbb8b6dc9006c771948b04838
diff -r 9f2ddbb1a5f5 -r 05571b910817 benchmarks/hint/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/hint/patches/patch-ac  Fri Sep 19 18:16:41 2003 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2003/09/19 18:16:42 wiz Exp $
+
+--- Makefile.orig      Thu Jun  4 00:27:22 1998
++++ Makefile   Fri Sep 19 15:00:55 2003
+@@ -45,10 +45,10 @@
+ INCLUDES   = 
+ TARGET     = DOUBLE INT FLOAT SHORT LONGLONG 
+ 
+-CC         = cc
++#CC         = cc
+ KERN_CFLAGS= 
+ DRIV_CFLAGS= 
+-CFLAGS     = -O2
++#CFLAGS     = -O2
+ #
+ #
+ LFLAGS     = -lm 



Home | Main Index | Thread Index | Old Index