bogofilter.patch 619 B

12345678910111213
  1. Index: src/Makefile.in
  2. --- src/Makefile.in.orig 2005-09-25 17:02:39 +0200
  3. +++ src/Makefile.in 2005-09-25 19:36:29 +0200
  4. @@ -500,7 +500,7 @@
  5. @NEED_GSL_TRUE@../gsl/sys/pow_int.c ../gsl/sys/minmax.c
  6. @NEED_GSL_TRUE@libbf_gsl_a_CPPFLAGS = -I$(top_srcdir)
  7. -@USE_GCC4_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/gnugetopt -I$(top_srcdir)/trio -I- -I. \
  8. +@USE_GCC4_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/gnugetopt -I$(top_srcdir)/trio -iquote -I. \
  9. @USE_GCC4_FALSE@ -I$(srcdir) @GSL_CFLAGS@ -I$(top_srcdir)/gsl/specfunc -I$(top_srcdir)
  10. @USE_GCC4_TRUE@AM_CPPFLAGS = -iquote$(top_srcdir)/gnugetopt -iquote$(top_srcdir)/trio \