diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 06:45:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 06:45:02 +0000 |
commit | b116ec46f594fabcdcb6013854ae06d1d45fe527 (patch) | |
tree | 5bef2e3ff7c4f9ae0e1ae39080d0ff25c80d2639 /misc | |
parent | ce672e2ab422b48383730c32536b391575fbf5be (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/zaptel/files/patch-zaptel::Makefile.orig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/zaptel/files/patch-zaptel::Makefile.orig b/misc/zaptel/files/patch-zaptel::Makefile.orig deleted file mode 100644 index 14565f36fdce..000000000000 --- a/misc/zaptel/files/patch-zaptel::Makefile.orig +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: /tmp/pcvs/ports/misc/zaptel/files/Attic/patch-zaptel::Makefile.orig,v 1.1 2007-04-13 06:43:57 sobomax Exp $ - ---- zaptel/Makefile -+++ zaptel/Makefile -@@ -3,7 +3,7 @@ - .PATH: /sys/dev/pci - SRCS=zaptel.c zt_chan.c zt_timer.c zt_zone.c zt_conf.c arith.h tones.h zaptel.h zaptel-compat.h - KMOD=zaptel --CFLAGS+=-g -+CFLAGS+=-g -DZAPATA_DEBUG=0 - CLEANFILES+=gendigits tones.h - WERROR=-Wall - |