diff options
Diffstat (limited to 'mbone/sdr/patches/patch-am')
-rw-r--r-- | mbone/sdr/patches/patch-am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mbone/sdr/patches/patch-am b/mbone/sdr/patches/patch-am deleted file mode 100644 index ef851058d35..00000000000 --- a/mbone/sdr/patches/patch-am +++ /dev/null @@ -1,12 +0,0 @@ ---- /dev/null Sat Oct 2 21:52:15 1999 -+++ sdr/netbsd/Makefile.netbsd Sat Oct 2 22:00:51 1999 -@@ -0,0 +1,9 @@ -+CC = gcc -O -+INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0/generic -I${LOCALBASE}/include/tcl8.0/generic -I../../common -+LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 ../../common/libcommon.a -lm -L${X11BASE}/lib -lX11 -lz -+CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -+ -+all:: sdr -+install: -+ cp ./sdr /cs/research/mice/speedy/common/freebsd/bin/sdr -+ chmod 755 /cs/research/mice/speedy/common/freebsd/bin/sdr |