blob: c3b8460e3d5a881349f7b46a0fe41b75cec3ef60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ab,v 1.3 2001/02/09 11:29:37 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 = -O2 -DOTHER
# for most machines running 4.2/3 use (only necessary if timers are needed)
#CFLAGS = -O -DFOUR
|