Re: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.

2015-05-06 Thread Ludovic Courtès
David Hashe skribis: > From 3caa6372614cbbf39d06a8d1741958e1bb92be9a Mon Sep 17 00:00:00 2001 > From: David Hashe > Date: Tue, 5 May 2015 23:49:55 -0500 > Subject: [PATCH] gnu: webkitgtk: Remove unnecessary make flag. > > * gnu/packages/webkit.scm (webkitgtk): Remove make-flags. Applied, thanks

Re: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.

2015-05-05 Thread David Hashe
: David Hashe > > Date: Tue, 5 May 2015 01:48:28 -0500 > > Subject: [PATCH] gnu: webkitgtk: Fix compilation on x86_64. > > > > * gnu/packages/webkit.scm (webkitgtk): Move library install path from > lib64 to > > lib. > > Applied. > > [...] > > &

Re: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.

2015-05-05 Thread Ludovic Courtès
David Hashe skribis: > From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001 > From: David Hashe > Date: Tue, 5 May 2015 01:48:28 -0500 > Subject: [PATCH] gnu: webkitgtk: Fix compilation on x86_64. > > * gnu/packages/webkit.scm (webkitgtk): Move library insta

[PATCH] gnu: webkitgtk: Fix compilation on x86_64.

2015-05-05 Thread David Hashe
: Fix compilation on x86_64. * gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to lib. --- gnu/packages/webkit.scm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index e6de8ab..873428c 100644