summaryrefslogtreecommitdiff
path: root/sysutils/crashme
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-08 12:58:55 +0000
committergrant <grant@pkgsrc.org>2004-02-08 12:58:55 +0000
commit624e0dec35c3d634021b968d39b22bfce28fd3c7 (patch)
tree7e5597bf09dff1c328a55e816473f7f5ac559e09 /sysutils/crashme
parent727d3d4ea3a976d87c622c062f8b86f014dca14f (diff)
downloadpkgsrc-624e0dec35c3d634021b968d39b22bfce28fd3c7.tar.gz
don't override CFLAGS. fixes build with SunPro.
Diffstat (limited to 'sysutils/crashme')
-rw-r--r--sysutils/crashme/distinfo4
-rw-r--r--sysutils/crashme/patches/patch-aa12
2 files changed, 7 insertions, 9 deletions
diff --git a/sysutils/crashme/distinfo b/sysutils/crashme/distinfo
index 6bf3d55cdf4..e6551b98328 100644
--- a/sysutils/crashme/distinfo
+++ b/sysutils/crashme/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:29:00 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/02/08 12:58:55 grant Exp $
SHA1 (crashme-2.4-shar) = 0648322959634f21e61a5d5e1b308e3c89dc2841
Size (crashme-2.4-shar) = 57010 bytes
-SHA1 (patch-aa) = a23fe7c1ea008913f3e085f0eb67f997b155e21b
+SHA1 (patch-aa) = 01f981d1ac274bf00ba8d5f9ddcad8aeeaf3dffb
SHA1 (patch-ab) = 4c7bdcbaae5c802ee27142b3a41638151dff3638
diff --git a/sysutils/crashme/patches/patch-aa b/sysutils/crashme/patches/patch-aa
index dd68b5d8f56..fe62725676f 100644
--- a/sysutils/crashme/patches/patch-aa
+++ b/sysutils/crashme/patches/patch-aa
@@ -1,10 +1,8 @@
-$NetBSD: patch-aa,v 1.4 1998/11/24 05:23:23 mycroft Exp $
+$NetBSD: patch-aa,v 1.5 2004/02/08 12:58:55 grant Exp $
---- makefile.orig Tue Nov 24 01:08:49 1998
-+++ makefile Tue Nov 24 01:09:26 1998
-@@ -1,12 +1,19 @@
-+CFLAGS= -O2
-+
+--- makefile.orig 2004-02-08 23:56:35.000000000 +1100
++++ makefile
+@@ -1,12 +1,17 @@
all: crashme pddet
crashme: crashme.o
@@ -20,8 +18,8 @@ $NetBSD: patch-aa,v 1.4 1998/11/24 05:23:23 mycroft Exp $
pddet.o: pddet.c
- cc -c pddet.c
+ ${CC} ${CFLAGS} -c pddet.c
-+
++
+install: crashme pddet
+ ${INSTALL} -c -m 0755 crashme ${PREFIX}/sbin/crashme
+ ${INSTALL} -c -m 0755 pddet ${PREFIX}/sbin/pddet