From 6c22456c07a635dab2c4ff6e416e287e6bc7f40f Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 19 Feb 2010 04:37:15 +0000 Subject: [PATCH] [packages] anyremote: Don't add host include dirs. SVN-Revision: 19733 --- .../patches/010-dont-add-host-includes.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 utils/anyremote/patches/010-dont-add-host-includes.patch diff --git a/utils/anyremote/patches/010-dont-add-host-includes.patch b/utils/anyremote/patches/010-dont-add-host-includes.patch new file mode 100644 index 0000000000..d4e6477015 --- /dev/null +++ b/utils/anyremote/patches/010-dont-add-host-includes.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index 2a4e2a4..396d5a2 100755 +--- a/configure ++++ b/configure +@@ -3940,7 +3940,7 @@ _ACEOF + fi + + +-CFLAGS="$CFLAGS -I/usr/local/include -Wall -D_REENTRANT -O2 -g" ++CFLAGS="$CFLAGS -Wall -D_REENTRANT -O2 -g" + + # On IRIX 5.3, sys/types and inttypes.h are conflicting. + -- 2.30.2