mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
26 lines
683 B
Plaintext
26 lines
683 B
Plaintext
$NetBSD: patch-ax-debugswitches,v 1.1 2011/08/11 06:09:34 dholland Exp $
|
|
|
|
Vacuous patches that can be hand-edited temporarily to turn on debug
|
|
info and add extra CFLAGS, respectively. Don't regenerate this patch
|
|
or the first hunk will evaporate...
|
|
|
|
--- XView.cf Thu Aug 11 00:54:45 2011 -0400
|
|
+++ XView.cf Thu Aug 11 00:59:56 2011 -0400
|
|
@@ -232,7 +232,7 @@
|
|
* size.
|
|
*/
|
|
#ifndef DebugLibXView
|
|
-#define DebugLibXView NO
|
|
+#define DebugLibXView NO
|
|
#endif
|
|
/*
|
|
* To compile a profiled version of the library, set ProfileLibXView to
|
|
@@ -383,4 +383,7 @@
|
|
#define StringConstantFlag
|
|
#endif
|
|
|
|
+MYEXTRACFLAGS=
|
|
+CDEBUGFLAGS:=$(CDEBUGFLAGS) $(MYEXTRACFLAGS)
|
|
+
|
|
#endif /* XViewCf */
|