39 lines
1.8 KiB
Plaintext
39 lines
1.8 KiB
Plaintext
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||
|
## 95_fix_Imakefile.dpatch by <marceloshima@gmail.com>
|
||
|
##
|
||
|
## All lines beginning with `## DP:' are a description of the patch.
|
||
|
## DP: No description.
|
||
|
|
||
|
@DPATCH@
|
||
|
Index: nx-x11-ubuntu/nxagent/programs/Xserver/hw/nxagent/Imakefile
|
||
|
===================================================================
|
||
|
--- nx-x11-ubuntu.orig/nxagent/programs/Xserver/hw/nxagent/Imakefile 2010-03-18 17:43:36.743684770 -0300
|
||
|
+++ nx-x11-ubuntu/nxagent/programs/Xserver/hw/nxagent/Imakefile 2010-03-18 17:46:10.473686346 -0300
|
||
|
@@ -137,7 +137,7 @@
|
||
|
NXFONTINCLUDES = -I../../../../lib/font/include
|
||
|
LIBXRANDRINCLUDES= -I../../../../lib/Xrandr
|
||
|
|
||
|
-INCLUDES = -I. -I../../../../../nxcomp -I../../../../../nxcompext -I../../../../../nxcompshad \
|
||
|
+INCLUDES = -I. -I/usr/include -I/usr/include/nx \
|
||
|
-I../../../../extras/Mesa/include \
|
||
|
-I$(XBUILDINCDIR) -I$(FONTINCSRC) \
|
||
|
-I../../mi -I../../include -I../../os \
|
||
|
@@ -146,7 +146,7 @@
|
||
|
-I$(EXTINCSRC) -I$(XINCLUDESRC) \
|
||
|
$(VFBINCLUDES) $(NXFONTINCLUDES) $(LIBXRANDRINCLUDES)
|
||
|
#ifdef SunArchitecture
|
||
|
-INCLUDES = -I. -I../../../../../nxcomp -I../../../../../nxcompext -I../../../../../nxcompshad \
|
||
|
+INCLUDES = -I. -I/usr/include -I/usr/include/nx \
|
||
|
-I../../../../extras/Mesa/include \
|
||
|
-I$(XBUILDINCDIR) -I$(FONTINCSRC) \
|
||
|
-I/usr/sfw/include \
|
||
|
@@ -161,7 +161,7 @@
|
||
|
-I../../mi -I../../include -I../../os \
|
||
|
-I../../GL/glx -I../../GL/include -I../../../../lib/GL/include -I../../Xext \
|
||
|
-I../../miext/damage -I../../miext/cw \
|
||
|
- -I../../../../../nxcomp -I../../../../../nxcompext -I../../../../../nxcompshad \
|
||
|
+ -I/usr/include -I/usr/include/nx \
|
||
|
-I../../../../extras/Mesa/include \
|
||
|
-I$(EXTINCSRC) -I$(XINCLUDESRC) \
|
||
|
$(VFBINCLUDES) $(NXFONTINCLUDES) $(LIBXRANDRINCLUDES)
|