From 293d88108f1bd313f377da6279a41eb60baa152a Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Tue, 24 Jan 2006 17:47:41 +0000
Subject: [PATCH] Reverting change in revision 8539 - fixed wrong problem.
 Sorry.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 funcs/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/funcs/Makefile b/funcs/Makefile
index 2cafa3d1ab..773594c64c 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -34,12 +34,6 @@ else
   STANDALONE_FUNCS=$(AVAILABLE_FUNCS)
 endif
 
-ifeq ($(findstring BSD,${OSARCH}),BSD)
-  CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
-  SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
-endif
-
-
 FUNCS+=$(STANDALONE_FUNCS:.o=.so)
 
 FUNC_SOURCES=$(BUILTINS:.o=.c)
-- 
GitLab