diff options
author | wiz <wiz> | 2008-06-01 15:25:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-06-01 15:25:37 +0000 |
commit | b32bf7a5c362536a4de029689ac91604860812b9 (patch) | |
tree | 17bf1985839ab06c3ef57cb41018b365bd0cc599 /net/kiax/patches | |
parent | f27d53e61a4e3a65b17192d5c2dace825428739c (diff) | |
download | pkgsrc-b32bf7a5c362536a4de029689ac91604860812b9.tar.gz |
Remove superfluous patch (was already included in upstream).
Fix build on NetBSD-current (with librt).
Diffstat (limited to 'net/kiax/patches')
-rw-r--r-- | net/kiax/patches/patch-aa | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net/kiax/patches/patch-aa b/net/kiax/patches/patch-aa deleted file mode 100644 index 300333683dd..00000000000 --- a/net/kiax/patches/patch-aa +++ /dev/null @@ -1,49 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2006/04/14 09:56:03 adam Exp $ - ---- lib/Makefile.orig 2006-02-05 01:34:34.000000000 +0100 -+++ lib/Makefile -@@ -183,6 +183,12 @@ OBJS_NETBSD=\ - portaudio/pa_unix_oss/pa_unix.o - - -+OBJS_NETBSD=\ -+ unixfuncs.o \ -+ portmixer/px_unix_oss/px_unix_oss.o \ -+ portaudio/pa_unix_oss/pa_unix_oss.o \ -+ portaudio/pa_unix_oss/pa_unix.o -+ - OBJS_SOLARIS=\ - unixfuncs.o \ - portmixer/px_solaris/px_solaris.o \ -@@ -229,6 +235,9 @@ else - ifneq (,$(findstring NetBSD,$(shell uname))) - OSTYPE=NETBSD - else -+ifneq (,$(findstring NetBSD,$(shell uname))) -+OSTYPE=NETBSD -+else - $(warning OSTYPE cannot be detected, assuming Linux) - OSTYPE=LINUX - endif -@@ -237,6 +246,7 @@ endif - endif - endif - endif -+endif - - # Setup platform-specific stuff based on gleaning - ifeq ($(OSTYPE),WIN32) -@@ -254,6 +264,13 @@ DYNCFLAGS=-fPIC - DYNLIB=libiaxclient.so - endif - -+ifeq ($(OSTYPE),NETBSD) -+OBJS:= $(OBJS) $(OBJS_NETBSD) -+DYNCFLAGS=-fPIC -+DYNLIB=libiaxclient.so -+DYNLDFLAGS= -lossaudio -+endif -+ - ifeq ($(OSTYPE),SOLARIS) - OBJS:= $(OBJS) $(OBJS_SOLARIS) - # only SPARC solaris machines need the alignment stuff |