Description: Add support for the GNU/kFreeBSD architecture
Author: Mario Lang <mlang@debian.org>
Bug-Debian: http://bugs.debian.org/644590

--- faust.orig/architecture/osclib/oscpack/Makefile
+++ faust/architecture/osclib/oscpack/Makefile
@@ -13,12 +13,19 @@
 ARCHFLAGS 	:= 
 CXXFLAGS += -fPIC
 
+else 
+ifeq ($(system), GNU/kFreeBSD)
+subprojects := ip ip/posix osc
+sources     := $(wildcard ip/*.cpp)  $(wildcard ip/posix/*.cpp)  $(wildcard osc/*.cpp)
+ARCHFLAGS 	:= 
+
 else
 subprojects := ip ip/win32 osc
 sources     := $(wildcard ip/*.cpp)  $(wildcard ip/win32/*.cpp)  $(wildcard osc/*.cpp)
 ARCHFLAGS 	:= 
 endif
 endif
+endif
 
 VPATH = $(subprojects)
 
