diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-08-22 23:30:18 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-08-22 23:30:18 +0000 |
commit | 108c384fa2df33abbfa4fb398409b75c475994aa (patch) | |
tree | 4076987705897109f0b7e90d0608f487b54684d4 /benchmarks/nettest/patches | |
parent | 5c2490c267930ce3126fafd22cbcc2db46af0c4c (diff) | |
download | pkgsrc-108c384fa2df33abbfa4fb398409b75c475994aa.tar.gz |
Remove duplicate '-DNO_ISO' in IRIX target.
Diffstat (limited to 'benchmarks/nettest/patches')
-rw-r--r-- | benchmarks/nettest/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/nettest/patches/patch-aa b/benchmarks/nettest/patches/patch-aa index 92329a969e2..44eb4badeb6 100644 --- a/benchmarks/nettest/patches/patch-aa +++ b/benchmarks/nettest/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2004/08/22 23:24:56 jschauma Exp $ +$NetBSD: patch-aa,v 1.3 2004/08/22 23:30:18 jschauma Exp $ --- Makefile.orig 1992-11-05 17:03:14.000000000 -0500 +++ Makefile 2004-08-22 18:59:36.000000000 -0400 @@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.2 2004/08/22 23:24:56 jschauma Exp $ +IRIX IRIX64: + $(MAKE) objs \ + INCLUDE="-I." \ -+ DEFINES="-DWAIT3CODE -DNONVOID_SETPGRP -DNO_ISO -DNAMEDPIPES -DNO_ISO" \ ++ DEFINES="-DWAIT3CODE -DNONVOID_SETPGRP -DNAMEDPIPES -DNO_ISO" \ + LIBS="" OPT="-O" + +Linux: |