FreeBSD Bugzilla – Attachment 119935 Details for
Bug 162641
[MAINTAINER] Making thread support optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.02 KB, created by
luca.pizzamiglio
on 2011-11-17 14:30:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
luca.pizzamiglio
Created:
2011-11-17 14:30:12 UTC
Size:
1.02 KB
patch
obsolete
>--- Makefile.orig 2011-11-06 19:12:32.000000000 +0100 >+++ Makefile 2011-11-17 15:18:55.000000000 +0100 >@@ -1,5 +1,5 @@ > # ex:ts=8 >-# Ports collection makefile for: GDB 7.1 >+# Ports collection makefile for: GDB 7.3.x > # Date created: 16 November 2010 > # Whom: Steven Kreuzer <skreuzer@FreeBSD.org> > # >@@ -8,7 +8,7 @@ > > PORTNAME= gdb > PORTVERSION= 7.3.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_GNU:S,$,:gdb,} > MASTER_SITE_SUBDIR=gdb/:gdb >@@ -42,7 +42,8 @@ > > OPTIONS= DEBUG "Build with debugging symbols" off \ > EXPAT "Enable XML parsing for metadata" off \ >- PYTHON "Enable Python support" off >+ PYTHON "Enable Python support" off \ >+ THREAD "Enable Thread support" on > > .include <bsd.port.options.mk> > >@@ -83,7 +84,9 @@ > post-patch: > @${REINPLACE_CMD} -e 's/$$/ [GDB v${PORTVERSION} for FreeBSD]/' \ > ${WRKSRC}/gdb/version.in >+.if defined(WITH_THREAD) > @${CP} ${FILESDIR}/fbsd-threads.c ${WRKSRC}/gdb >+.endif > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/gdb${VER}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162641
: 119935