We disable nls, so remove the need for gettext.
Using MACHINE_ARCH in a PLIST is a recipe for disaster...
This commit is contained in:
parent
89a1cb30b4
commit
9a1e321e23
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/07/07 00:36:00 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/07/07 01:14:40 ajacoutot Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= GNU debugger
|
||||
CATEGORIES= devel
|
||||
|
||||
DISTNAME= gdb-7.2
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
||||
|
||||
@ -17,8 +18,6 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/gdb
|
||||
|
||||
WANTLIB+= c kvm m ncurses z
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/07/07 00:36:00 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/07/07 01:14:40 ajacoutot Exp $
|
||||
@bin bin/egdb
|
||||
@bin bin/egdbtui
|
||||
include/ansidecl.h
|
||||
@ -22,9 +22,9 @@ lib/libopcodes.la
|
||||
@man man/man1/egdbtui.1
|
||||
share/gdb/
|
||||
share/gdb/syscalls/
|
||||
share/gdb/syscalls/${MACHINE_ARCH}-linux.xml
|
||||
share/gdb/syscalls/gdb-syscalls.dtd
|
||||
share/gdb/syscalls/i386-linux.xml
|
||||
share/gdb/syscalls/amd64-linux.xml
|
||||
share/gdb/syscalls/ppc-linux.xml
|
||||
share/gdb/syscalls/ppc64-linux.xml
|
||||
share/gdb/syscalls/sparc-linux.xml
|
||||
|
Loading…
Reference in New Issue
Block a user