summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch')
-rw-r--r--sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch b/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch
deleted file mode 100644
index 81bf4d3bf8d2..000000000000
--- a/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- bindfs-1.10.3/configure.ac
-+++ bindfs-1.10.3/configure.ac
-@@ -15,13 +15,6 @@
- AC_ARG_WITH([core-foundation],
- AS_HELP_STRING([--with-core-foundation], [link against Core Foundation (OS X only) @<:@default=no@:>@]))
-
--
--if test x"$enable_debug" == "xyes" ; then
-- CFLAGS="${CFLAGS} -g -O0"
--else
-- CFLAGS="${CFLAGS} -O2"
--fi
--
- if test x"$enable_debug_output" == "xyes" ; then
- AC_DEFINE([BINDFS_DEBUG], [1], [Define to 1 to enable debugging messages])
- fi