this doesn't need to install libiberty
- resolves conflict with gcc-* (who probably shouldn't install it either)
This commit is contained in:
parent
7b93035498
commit
2d897413fc
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2011/11/11 18:33:03 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2011/11/11 23:01:23 jasper Exp $
|
||||
|
||||
COMMENT= GNU debugger
|
||||
CATEGORIES= devel
|
||||
|
||||
DISTNAME= gdb-7.2
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/gdb/
|
||||
|
||||
|
12
devel/gdb/patches/patch-libiberty_Makefile_in
Normal file
12
devel/gdb/patches/patch-libiberty_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-libiberty_Makefile_in,v 1.1 2011/11/11 23:01:23 jasper Exp $
|
||||
--- libiberty/Makefile.in.orig Fri Nov 11 23:57:19 2011
|
||||
+++ libiberty/Makefile.in Fri Nov 11 23:57:30 2011
|
||||
@@ -321,7 +321,7 @@ libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
|
||||
@MAINT@ echo stamp > stamp-functions
|
||||
|
||||
INSTALL_DEST = @INSTALL_DEST@
|
||||
-install: install_to_$(INSTALL_DEST) install-subdir
|
||||
+install:
|
||||
|
||||
# This is tricky. Even though CC in the Makefile contains
|
||||
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/11/08 20:23:00 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2011/11/11 23:01:23 jasper Exp $
|
||||
@conflict libbfd-*
|
||||
@bin bin/egdb
|
||||
@bin bin/egdbtui
|
||||
@ -14,7 +14,6 @@ include/symcat.h
|
||||
@info info/stabs.info
|
||||
lib/libbfd.a
|
||||
lib/libbfd.la
|
||||
lib/libiberty.a
|
||||
lib/libopcodes.a
|
||||
lib/libopcodes.la
|
||||
@man man/man1/egdb.1
|
||||
|
Loading…
Reference in New Issue
Block a user