net-misc/nx-X11: Initial checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2265 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
38
net-misc/nx-X11/files/95_fix_Imakefile.dpatch
Normal file
38
net-misc/nx-X11/files/95_fix_Imakefile.dpatch
Normal file
@@ -0,0 +1,38 @@
|
||||
#! /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)
|
||||
Reference in New Issue
Block a user