diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 11:30:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 11:30:22 +0000 |
commit | a583e8ee3cf1ff25ea67ef7b4c236a2e25d20be9 (patch) | |
tree | ffc96b219c004bfd0792518ab910d8bbb7563569 /textproc/groonga/files/patch-Makefile.in | |
parent | DBIx::Skinny::InflateColumn::DateTime provides inflate/deflate (diff) |
groonga is an open-source fulltext search engine and column store.
It lets you write high-performance applications that requires fulltext
search.
WWW: http://groonga.org/
Notes
Notes:
svn path=/head/; revision=264834
Diffstat (limited to 'textproc/groonga/files/patch-Makefile.in')
-rw-r--r-- | textproc/groonga/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/groonga/files/patch-Makefile.in b/textproc/groonga/files/patch-Makefile.in new file mode 100644 index 000000000000..c1fb06f95d59 --- /dev/null +++ b/textproc/groonga/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2010-11-20 15:20:35.748993378 +0900 ++++ Makefile.in 2010-11-20 15:20:59.415907770 +0900 +@@ -289,7 +289,7 @@ + #dist_data_DATA = + EXTRA_DIST = bindings version-gen.sh + pkginclude_HEADERS = groonga.h +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = groonga.pc + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive |