aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vnc/files/kernelinclude.patch
blob: b17d4e09c25c3ec619b64eb5a3c69fed605700a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN fbvncserver-0.9.4.old/Makefile fbvncserver-0.9.4/Makefile
--- fbvncserver-0.9.4.old/Makefile	2003-05-19 22:52:24.000000000 -0400
+++ fbvncserver-0.9.4/Makefile	2004-02-27 10:49:27.000000000 -0500
@@ -86,7 +86,7 @@
 		${STRIP} $@
 
 zaurus_kbdsim.o:		kbdsim.c
-		${CC}  -Wall -D__KERNEL__ -c -o $@ $<
+		${CC} ${KERNEL_INCLUDES} -Wall -D__KERNEL__ -c -o $@ $<
 
 ipaq_kbdsim.o:			kbdsim.c
 		${CC} -DIPAQ -Wall -D__KERNEL__ -c -o $@ $<