From 7051054a0a2751af840159e3aa68ffd0cdb5cb84 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 16 Apr 2014 10:58:31 +0200 Subject: gnu: clucene: Add patch to indicate linking with clucene-shared, not only clucene-core, to pkgconfig. * gnu/packages/patches/clucene-pkgconfig.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/rdf.scm (clucene): Use patch. --- gnu-system.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu-system.am') diff --git a/gnu-system.am b/gnu-system.am index 93841e227a..86bdb6986e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -1,6 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014 Ludovic Courtès -# Copyright © 2013 Andreas Enge +# Copyright © 2013, 2014 Andreas Enge # Copyright © 2013, 2014 Mark H Weaver # # This file is part of GNU Guix. @@ -261,6 +261,7 @@ dist_patch_DATA = \ gnu/packages/patches/bitlbee-fix-tests.patch \ gnu/packages/patches/bitlbee-memset-fix.patch \ gnu/packages/patches/cdparanoia-fpic.patch \ + gnu/packages/patches/clucene-pkgconfig.patch \ gnu/packages/patches/cmake-fix-tests.patch \ gnu/packages/patches/coreutils-dummy-man.patch \ gnu/packages/patches/coreutils-skip-nohup.patch \ -- cgit v1.2.3