From 624e0dec35c3d634021b968d39b22bfce28fd3c7 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 8 Feb 2004 12:58:55 +0000 Subject: don't override CFLAGS. fixes build with SunPro. --- sysutils/crashme/distinfo | 4 ++-- sysutils/crashme/patches/patch-aa | 12 +++++------- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'sysutils/crashme') 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 -- cgit v1.2.3