From b451e0736b1303c44ac94f0255618f3050ab6e93 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 19 Feb 2010 04:56:59 +0000 Subject: [PATCH] ipcad: Don't add host include paths. SVN-Revision: 19738 --- net/ipcad/patches/010-no-host-includes.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net/ipcad/patches/010-no-host-includes.patch diff --git a/net/ipcad/patches/010-no-host-includes.patch b/net/ipcad/patches/010-no-host-includes.patch new file mode 100644 index 000000000..4cac2ce89 --- /dev/null +++ b/net/ipcad/patches/010-no-host-includes.patch @@ -0,0 +1,16 @@ +diff --git a/configure b/configure +index b2ef966..b675ca8 100755 +--- a/configure ++++ b/configure +@@ -2691,11 +2691,6 @@ fi + + fi + +-LDFLAGS="$LDFLAGS -L${ac_default_prefix}/lib" +-CFLAGS="$CFLAGS -I${ac_default_prefix}/include" +-CPPFLAGS="$CPPFLAGS -I${ac_default_prefix}/include" +- +- + for ac_func in pthread_detach + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -- 2.30.2