diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-04-13 14:45:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-04-13 14:45:02 +0800 |
commit | d3e3047c78ced0b9e72e0e0e03967f362330a70d (patch) | |
tree | 9f743038eb37f73cd2af493213010ba4de0b574f /misc/zaptel | |
parent | cc01e4a04823c3ad08a4b20abc8532eb87d77cf4 (diff) | |
download | freebsd-ports-gnome-d3e3047c78ced0b9e72e0e0e03967f362330a70d.tar.gz freebsd-ports-gnome-d3e3047c78ced0b9e72e0e0e03967f362330a70d.tar.zst freebsd-ports-gnome-d3e3047c78ced0b9e72e0e0e03967f362330a70d.zip |
Catch runaway file.
Diffstat (limited to 'misc/zaptel')
-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 - |