diff options
author | 2008-05-18 14:50:54 +0000 | |
---|---|---|
committer | 2008-05-18 14:50:54 +0000 | |
commit | b0239529bca7bc23f3f83d6b95265940cbb95794 (patch) | |
tree | 440b80e105c5680b60e2846a76531d86feff2eb3 /net-misc/zaptel/files | |
parent | amd64/x86 stable, bug #221063 (diff) | |
download | gentoo-2-b0239529bca7bc23f3f83d6b95265940cbb95794.tar.gz gentoo-2-b0239529bca7bc23f3f83d6b95265940cbb95794.tar.bz2 gentoo-2-b0239529bca7bc23f3f83d6b95265940cbb95794.zip |
version bump, bug #216974.
(Portage version: 2.1.5)
Diffstat (limited to 'net-misc/zaptel/files')
-rw-r--r-- | net-misc/zaptel/files/zaptel-1.2.25-xpputils.diff | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/zaptel/files/zaptel-1.2.25-xpputils.diff b/net-misc/zaptel/files/zaptel-1.2.25-xpputils.diff new file mode 100644 index 000000000000..f08c6e26ba0d --- /dev/null +++ b/net-misc/zaptel/files/zaptel-1.2.25-xpputils.diff @@ -0,0 +1,25 @@ +diff -ruN zaptel-1.2.25.orig/xpp/utils/Makefile zaptel-1.2.25/xpp/utils/Makefile +--- zaptel-1.2.25.orig/xpp/utils/Makefile 2008-04-09 19:27:21.000000000 +0200 ++++ zaptel-1.2.25/xpp/utils/Makefile 2008-04-09 19:22:34.000000000 +0200 +@@ -126,8 +126,8 @@ + test_parse: test_parse.o libhexfile.a + $(CC) -L. -o $@ $@.o $(EXTRA_LIBS) -lhexfile -lusb + +-print_modes: print_modes.c wctdm_fxomodes.h +- $(HOSTCC) -o $@ $(CFLAGS) $< ++print_modes: print_modes.c $(ZAP_KERNEL)/fxo_modes.h ++ $(HOSTCC) -I$(ZAP_KERNEL) -o $@ $(CFLAGS) $< + + wctdm_fxomodes.h: $(WCTDM) + perl -n -e 'print if (/^static struct fxo_mode {$$/ .. /};$$/)' $(WCTDM) >$@ +diff -ruN zaptel-1.2.25.orig/xpp/utils/print_modes.c zaptel-1.2.25/xpp/utils/print_modes.c +--- zaptel-1.2.25.orig/xpp/utils/print_modes.c 2008-04-09 19:23:20.000000000 +0200 ++++ zaptel-1.2.25/xpp/utils/print_modes.c 2008-04-09 19:23:51.000000000 +0200 +@@ -1,6 +1,6 @@ + #include <stdio.h> + +-#include "wctdm_fxomodes.h" ++#include "fxo_modes.h" + + int main() { + size_t i; |