a1308417c0
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2335 6952d904-891a-0410-993b-d76249ca496b
21 lines
757 B
Plaintext
Executable File
21 lines
757 B
Plaintext
Executable File
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 90_enable_debug.dpatch by <marceloshima@gmail.com>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: No description.
|
|
|
|
@DPATCH@
|
|
diff -urNad nx-3.3.0-3-6~/nx-X11/programs/Xserver/hw/nxagent/Imakefile nx-3.3.0-3-6/nx-X11/programs/Xserver/hw/nxagent/Imakefile
|
|
--- nx-3.3.0-3-6~/nx-X11/programs/Xserver/hw/nxagent/Imakefile 2008-11-05 12:47:49.000000000 -0200
|
|
+++ nx-3.3.0-3-6/nx-X11/programs/Xserver/hw/nxagent/Imakefile 2008-11-21 11:04:10.000000000 -0200
|
|
@@ -205,7 +205,8 @@
|
|
-DNXAGENT_ONSTART \
|
|
-DNXAGENT_SPLASH \
|
|
-DNXAGENT_ARTSD \
|
|
- -UNX_DEBUG_INPUT \
|
|
+ -DNX_DEBUG_INPUT \
|
|
+ -DDEBUG \
|
|
-UPANORAMIX
|
|
|
|
all:: $(OBJS)
|