Removed patch-aa as it is now part of the package source.
This commit is contained in:
parent
dbd5eb9797
commit
091ddc8095
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 2006/10/22 21:03:15 rillig Exp $
|
||||
|
||||
--- config/gr_boost.m4.orig 2005-11-22 04:55:54.000000000 +0100
|
||||
+++ config/gr_boost.m4 2006-10-22 23:02:05.000000000 +0200
|
||||
@@ -43,8 +43,8 @@ AC_DEFUN([GR_REQUIRE_BOOST_INCLUDES],
|
||||
[path to boost c++ include files]),
|
||||
[
|
||||
# "yes" and "no" are bogus answers
|
||||
- if test x"$with_boost_include_dir" == xyes ||
|
||||
- test x"$with_boost_include_dir" == xno; then
|
||||
+ if test x"$with_boost_include_dir" = xyes ||
|
||||
+ test x"$with_boost_include_dir" = xno; then
|
||||
gr_boost_include_dir=
|
||||
else
|
||||
gr_boost_include_dir=$with_boost_include_dir
|
Loading…
Reference in a new issue