On 2015-02-27 at 19:21, quoth Mark H Weaver:
> On the whole, I think the preferable approach (and the one I've used in
> a large commit that cleans up all of these autogen-style phases) is
> this:
>
> --8<---cut here---start->8---
>(alist-cons-after
>
Paul van der Walt writes:
> On 2015-02-27 at 17:13, quoth Mark H Weaver:
>>> Paul van der Walt writes:
>> [...]
+(arguments
+ '(#:configure-flags
+ '("BOOST_LIB_SUFFIX=")
+ #:phases
+ (alist-cons-after
+'unpack 'autogen
+
Paul van der Walt writes:
> On 2015-02-27 at 17:13, quoth Mark H Weaver:
>>> Paul van der Walt writes:
>> [...]
+(arguments
+ '(#:configure-flags
+ '("BOOST_LIB_SUFFIX=")
+ #:phases
+ (alist-cons-after
+'unpack 'autogen
+
Hi,
I'm a little busy for now, but i'll get to this soon. Thanks for your
comments!
On 2015-02-27 at 17:13, quoth Mark H Weaver:
>> Paul van der Walt writes:
> [...]
>>> +(arguments
>>> + '(#:configure-flags
>>> + '("BOOST_LIB_SUFFIX=")
>>> + #:phases
>>> + (alist-cons-
Mark H Weaver writes:
> David Thompson writes:
>
>> Paul van der Walt writes:
> [...]
>>> +(arguments
>>> + '(#:configure-flags
>>> + '("BOOST_LIB_SUFFIX=")
>>> + #:phases
>>> + (alist-cons-after
>>> +'unpack 'autogen
>>> +(lambda _
>>> + (subs
David Thompson writes:
> Paul van der Walt writes:
[...]
>> +(arguments
>> + '(#:configure-flags
>> + '("BOOST_LIB_SUFFIX=")
>> + #:phases
>> + (alist-cons-after
>> +'unpack 'autogen
>> +(lambda _
>> + (substitute* "autogen.sh"
>> +(
Paul van der Walt writes:
> A patch to update ncmpcpp, the mpd frontend. I hope my patch makes more
> sense now -- the build system is a little finicky, so perhaps there's a
> neater way to accomplish what i'm doing.
Thanks for updating this!
> From e1382a9df3e7df94e794df8aa247920b7e28c0c6 Mon
Hello again,
A patch to update ncmpcpp, the mpd frontend. I hope my patch makes more
sense now -- the build system is a little finicky, so perhaps there's a
neater way to accomplish what i'm doing.
Thanks,
p.
>From e1382a9df3e7df94e794df8aa247920b7e28c0c6 Mon Sep 17 00:00:00 2001
From: Paul van d