diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-19 18:16:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-19 18:16:41 +0000 |
commit | 0b7bde2e9b9f146736ea6a2abd91c4064a2fc222 (patch) | |
tree | 8f97ce93219bf19d3934b4d9bc086ec8c7a24e0e /benchmarks/hint | |
parent | 96ce3792e97242cfd77fa400f4bb29f1a01f4d8e (diff) | |
download | pkgsrc-0b7bde2e9b9f146736ea6a2abd91c4064a2fc222.tar.gz |
Make build on systems without gcc. From Jonathan Perkin in PR 22856.
Diffstat (limited to 'benchmarks/hint')
-rw-r--r-- | benchmarks/hint/distinfo | 3 | ||||
-rw-r--r-- | benchmarks/hint/patches/patch-ac | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/benchmarks/hint/distinfo b/benchmarks/hint/distinfo index 4f33d782b18..82e609453e7 100644 --- a/benchmarks/hint/distinfo +++ b/benchmarks/hint/distinfo @@ -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 --git a/benchmarks/hint/patches/patch-ac b/benchmarks/hint/patches/patch-ac new file mode 100644 index 00000000000..ab30590f24a --- /dev/null +++ b/benchmarks/hint/patches/patch-ac @@ -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 |