diff options
author | reed <reed@pkgsrc.org> | 2006-10-18 13:39:07 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-10-18 13:39:07 +0000 |
commit | 0337ea9421c88f4a4501fad67a1f7ab4693d9a64 (patch) | |
tree | d305cd96e567d598f35ec217db2377dc96ea4223 /devel/gdb6/Makefile | |
parent | e96788e66d49d6d111a985b1a9f809275373e938 (diff) | |
download | pkgsrc-0337ea9421c88f4a4501fad67a1f7ab4693d9a64.tar.gz |
Add "Make-in" file to the list of files to replace locale directory.
From Jake Kupersmith on pkgsrc-users. Noticed on Solaris.
Diffstat (limited to 'devel/gdb6/Makefile')
-rw-r--r-- | devel/gdb6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index 55a3896b6e2..c97dfffcd97 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/07/07 15:49:31 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/10/18 13:39:07 reed Exp $ # DISTNAME= gdb-6.2.1 @@ -16,6 +16,7 @@ NOT_FOR_PLATFORM= Darwin-*-* USE_TOOLS+= gmake makeinfo msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +REPLACE_LOCALEDIR_PATTERNS+= Make-in GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/gdb6 CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gdb6 |