summaryrefslogtreecommitdiff
path: root/sysutils/estd/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam>2005-10-07 08:52:14 +0000
committeradam <adam>2005-10-07 08:52:14 +0000
commit773b9eb4ab01ab4ee4a65e0447d9000bc74cacee (patch)
tree2e9d30206afc414d049b26352ae8aac58514f960 /sysutils/estd/patches/patch-aa
parent6d5584148d414187940b39cdc62e64f9b2585cb2 (diff)
downloadpkgsrc-773b9eb4ab01ab4ee4a65e0447d9000bc74cacee.tar.gz
Changes 0.4:
* Support for PowerNow
Diffstat (limited to 'sysutils/estd/patches/patch-aa')
-rw-r--r--sysutils/estd/patches/patch-aa16
1 files changed, 10 insertions, 6 deletions
diff --git a/sysutils/estd/patches/patch-aa b/sysutils/estd/patches/patch-aa
index e9728a029b6..40a8c7ae4d5 100644
--- a/sysutils/estd/patches/patch-aa
+++ b/sysutils/estd/patches/patch-aa
@@ -1,8 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/01/24 10:50:53 agc Exp $
+$NetBSD: patch-aa,v 1.2 2005/10/07 08:52:14 adam Exp $
---- Makefile 2005/01/24 10:40:24 1.1
-+++ Makefile 2005/01/24 10:40:56
-@@ -11,9 +11,9 @@
+--- Makefile.orig 2005-01-30 22:20:52.000000000 +0000
++++ Makefile
+@@ -6,12 +6,12 @@ clean:
+ rm -f *~
+
+ estd: estd.c
+- gcc -O2 -lutil -o estd estd.c
++ gcc ${CFLAGS} -lutil -o estd estd.c
+
all: estd
install: all
@@ -14,5 +20,3 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/01/24 10:50:53 agc Exp $
+ install -s -o root -g wheel -m 0755 estd ${PREFIX}/sbin/estd
+ install -d -o root -g wheel -m 0755 ${PREFIX}/man/man1
+ install -o root -g wheel -m 0644 estd.1 ${PREFIX}/man/man1/estd.1
-
-