much better objc support in gdb from ports, so make it the default gdb
to be used and add as RDEP
This commit is contained in:
parent
43babaae79
commit
c5e1d58ced
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2013/04/25 16:40:11 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2013/10/19 09:15:00 sebastia Exp $
|
||||
|
||||
COMMENT= GNUstep integrated development environment
|
||||
|
||||
DISTNAME= ProjectCenter-0.6.1
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gnustep.org/experience/ProjectCenter.html
|
||||
@ -11,7 +11,7 @@ MASTER_SITES= http://ftp.gnustep.org/pub/gnustep/dev-apps/
|
||||
|
||||
SHARED_LIBS= ProjectCenter 1.0
|
||||
|
||||
RUN_DEPENDS += devel/gmake
|
||||
RUN_DEPENDS += devel/gmake devel/gdb
|
||||
MODULES= x11/gnustep
|
||||
WANTLIB+= c m pthread util
|
||||
|
||||
@ -22,6 +22,7 @@ MAKE_FLAGS= ProjectCenter_VERSION=${VERSION} \
|
||||
SUBST_VARS += LIBDIR
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/Modules/Preferences/Build/PCBuildPrefs.h
|
||||
${SUBST_CMD} ${WRKSRC}/Modules/Preferences/Build/PCBuildPrefs.h \
|
||||
${WRKSRC}/Modules/Preferences/Misc/PCMiscPrefs.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-Modules_Preferences_Misc_PCMiscPrefs_h,v 1.1 2013/10/19 09:15:00 sebastia Exp $
|
||||
|
||||
much better objc support in gdb from ports
|
||||
|
||||
--- Modules/Preferences/Misc/PCMiscPrefs.h.orig Sat Oct 19 09:33:34 2013
|
||||
+++ Modules/Preferences/Misc/PCMiscPrefs.h Sat Oct 19 09:34:10 2013
|
||||
@@ -27,7 +27,7 @@
|
||||
#import <Protocols/Preferences.h>
|
||||
|
||||
#ifndef PCDefaultDebugger
|
||||
-#define PCDefaultDebugger @"/usr/bin/gdb"
|
||||
+#define PCDefaultDebugger @"${LOCALBASE}/bin/egdb"
|
||||
#endif
|
||||
|
||||
#define PromptOnQuit @"PromtOnQuit"
|
Loading…
x
Reference in New Issue
Block a user