diff options
Diffstat (limited to 'packages/blackbox/files/remove-host-includes.patch')
-rw-r--r-- | packages/blackbox/files/remove-host-includes.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/blackbox/files/remove-host-includes.patch b/packages/blackbox/files/remove-host-includes.patch deleted file mode 100644 index bf557b51da..0000000000 --- a/packages/blackbox/files/remove-host-includes.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: blackbox-0.70.1/configure.ac -=================================================================== ---- blackbox-0.70.1.orig/configure.ac -+++ blackbox-0.70.1/configure.ac -@@ -8,14 +8,6 @@ AC_CONFIG_SRCDIR([src/blackbox.cc]) - dnl Determine default prefix - test "x$prefix" = "xNONE" && prefix="$ac_default_prefix" - --dnl Look in the most logical places for external libraries --CPPFLAGS="$CPPFLAGS -I$prefix/include" --LDFLAGS="$LDFLAGS -L$prefix/lib" --if test "x$prefix" != "x/usr/local"; then -- CPPFLAGS="$CPPFLAGS -I/usr/local/include" -- LDFLAGS="$LDFLAGS -L/usr/local/lib" --fi -- - dnl Locate required external software - AC_PROG_CC - |