summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ab
blob: c9c1a0c068a58bb2642a451756834f6f77612365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.4 2004/03/22 00:25:11 dmcmahill Exp $

--- src/zbuf/Makefile.default.orig	Tue Nov 12 14:18:57 1996
+++ src/zbuf/Makefile.default	Thu Feb  8 20:08:06 2001
@@ -37,5 +37,5 @@
 $(IO)/dump_struct.c $(IO)/savemat_mod.c
 
-LIBS = -lm
+LIBS?= -lm
 
 # These compile flags are needed to account for differences in the
@@ -44,5 +44,5 @@
 #
 # for generic machine use (timers not supported)
-CFLAGS = -O -DOTHER
+CFLAGS += -DOTHER
 # for most machines running 4.2/3 use (only necessary if timers are needed)
 #CFLAGS = -O -DFOUR