Subject: Re: devel/gdb6/Makefile locale patch (Re: Correct location of .mo
To: Jake Kupersmith <jakerosoft@gmail.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: pkgsrc-users
Date: 10/18/2006 08:38:47
> Thanks for your help! This patch installs them in the correct location.
>
> --- devel/gdb6/Makefile.orig 2006-10-17 19:57:24.000000000 -0400
> +++ devel/gdb6/Makefile 2006-10-17 19:51:47.000000000 -0400
> @@ -16,6 +16,7 @@
> USE_TOOLS+= gmake makeinfo msgfmt
> USE_LIBTOOL= yes
> USE_PKGLOCALEDIR= yes
> +REPLACE_LOCALEDIR_PATTERNS= Make-in
Okay committed. I used += instead of = but in this case probably doesn't
matter.
I see that the other gdb makefile already had that.