13 lines
697 B
Text
13 lines
697 B
Text
$NetBSD: patch-aa,v 1.3 2006/01/14 11:45:46 wulf Exp $
|
|
|
|
--- Makefile.orig 2004-07-27 11:53:25.000000000 +0930
|
|
+++ Makefile 2006-01-14 22:52:28.000000000 +1030
|
|
@@ -1,6 +1,7 @@
|
|
INCDIR = ./ -I/usr/lib -I/usr/X11R6/lib
|
|
CC = gcc
|
|
-FLAGS = -mcpu=athlon-xp -march=athlon-xp -funsigned-char
|
|
+#FLAGS = -mcpu=athlon-xp -march=athlon-xp -funsigned-char
|
|
+FLAGS = -funsigned-char
|
|
OBJS = aux.o bright.o clar.o ctcss.o freq_out.o ham_gen.o lock.o main.o mem_hide.o mem_2vfo.o mem_scsk.o meter_rd.o mode.o outport.o pacing.o ptt.o rd_flags.o mem_rec.o rptr_off.o save_mem.o splt_tog.o strt_tun.o stat_upd.o stat_out.o step.o tuner10.o vfo_ab.o vfo_2mem.o repeater.o vfo_a2b.o wwv_find.o yaesu.o
|
|
all: program
|
|
|