pkgsrc/net/kphone/patches/patch-ae
scw 4314051acd Initial import of KPhone 4.0.3, a SIP (Session Initiation Protocol) user
agent for *nix. (Basically, a VoIP client)

There are some rough edges in the NetBSD audio support of this package,
but it runs well enough on my esa(4)-equipped laptop to make and receive
FWD calls.

A couple of minor patches are courtesy of the FreeBSD port of Kphone.

Alistair Crooks also tidied up my first amateurish attempt at
packaging this.
2004-07-21 21:49:02 +00:00

34 lines
906 B
Text

$NetBSD: patch-ae,v 1.1 2004/07/21 21:49:02 scw Exp $
--- Makefile.in.orig 2004-04-01 14:54:32.000000000 +0100
+++ Makefile.in 2004-07-21 11:44:19.000000000 +0100
@@ -2,22 +2,22 @@
SUBS :=$(foreach sub,$(SUBDIRS), $(sub)/$(sub).a)
all dep:
- @for T in $(SUBDIRS); do make -C $$T $@; done
+ @for T in $(SUBDIRS); do ${MAKE} -C $$T $@; done
install: all
- make -C icons install
- make -C kphone install
+ ${MAKE} -C icons install
+ ${MAKE} -C kphone install
uninstall:
- make -C icons uninstall
- make -C kphone uninstall
+ ${MAKE} -C icons uninstall
+ ${MAKE} -C kphone uninstall
clean:
- @for T in $(SUBDIRS); do make -C $$T $@; done
+ @for T in $(SUBDIRS); do ${MAKE} -C $$T $@; done
distclean: clean
rm -f config.cache config.log config.status
rm -f Makefile
- @for T in $(SUBDIRS); do make -C $$T $@; done
+ @for T in $(SUBDIRS); do ${MAKE} -C $$T $@; done
rm -f icons/Makefile