diff options
Diffstat (limited to 'net/zaptel12/files/patch-wcfxo::Makefile')
-rw-r--r-- | net/zaptel12/files/patch-wcfxo::Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/zaptel12/files/patch-wcfxo::Makefile b/net/zaptel12/files/patch-wcfxo::Makefile new file mode 100644 index 000000000000..3f2f9307e1b0 --- /dev/null +++ b/net/zaptel12/files/patch-wcfxo::Makefile @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- wcfxo/Makefile ++++ wcfxo/Makefile +@@ -6,6 +6,7 @@ + CFLAGS+=-I../zaptel -g + SRCS+=device_if.h bus_if.h isa_if.h pci_if.h + SRCS+=wcfxovar.h ++WERROR= -Wall + + load: wcfxo.ko + kldload ./wcfxo.ko |