diff options
author | abs <abs@pkgsrc.org> | 2002-09-17 17:02:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-09-17 17:02:30 +0000 |
commit | 957792d48dae03b703ec192f65553e45a14c282f (patch) | |
tree | aeeb5c3086b683794b553e624bcbf5d56da88501 /sysutils/cpuburn/Makefile | |
parent | 8833111dc3283302336ba98725f50ae82ee30e5b (diff) | |
download | pkgsrc-957792d48dae03b703ec192f65553e45a14c282f.tar.gz |
Updated cpuburn to 1.4nb2
Nuke -nostdlib and play some define games to ensure we have a 'main'
instead of '_start', so the binary includes the NetBSD ELF note and
runs correctly.
Diffstat (limited to 'sysutils/cpuburn/Makefile')
-rw-r--r-- | sysutils/cpuburn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index 430efe56b36..ba3527b55fa 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/09/16 22:32:00 abs Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/17 17:02:30 abs Exp $ # DISTNAME= cpuburn_1_4 PKGNAME= cpuburn-1.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://users.ev1.net/~redelm/ EXTRACT_SUFX= _tar.gz |