diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 21:02:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 21:02:55 +0000 |
commit | c02f85470926836e3c4dbd2f0da5020d27522adc (patch) | |
tree | 07474023b1d141c984cb9c53df80502af897d8a7 /net/gatekeeper | |
parent | f16ca8f4c3df076e5231c7d2ce5c0abf6452b016 (diff) |
Notes
Diffstat (limited to 'net/gatekeeper')
-rw-r--r-- | net/gatekeeper/files/patch-configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gatekeeper/files/patch-configure.in b/net/gatekeeper/files/patch-configure.in new file mode 100644 index 000000000000..30462213dbc3 --- /dev/null +++ b/net/gatekeeper/files/patch-configure.in @@ -0,0 +1,11 @@ +--- configure.in.orig 2006-06-02 11:21:34.000000000 +0200 ++++ configure.in 2008-02-27 21:29:00.000000000 +0100 +@@ -321,7 +321,7 @@ + AC_ARG_WITH(mysql-dir, + [ --with-mysql-dir=DIR base directory where MySQL is installed ], + [ mysql_lib_dir="$withval/lib/mysql" +- mysql_include_dir="$withval/include/mysql" ++ mysql_include_dir="$withval/include" + ] + ) + |