29 lines
951 B
Diff
29 lines
951 B
Diff
|
Submitted By: Mario Fetka (geos_one) (mario dot fetka at gmail dot com)
|
||
|
Date: 2010-06-14
|
||
|
Initial Package Version: 3.4.0
|
||
|
Origin: me
|
||
|
Upstream Status: unknown
|
||
|
Description: search for the lib and the includes location
|
||
|
|
||
|
diff -Naur nxproxy.orig/Makefile.in nxproxy/Makefile.in
|
||
|
--- nxproxy.orig/Makefile.in 2010-06-14 19:25:40.832707544 +0000
|
||
|
+++ nxproxy/Makefile.in 2010-06-14 19:27:44.083957268 +0000
|
||
|
@@ -15,14 +15,14 @@
|
||
|
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
|
||
|
-Wmissing-declarations -Wnested-externs
|
||
|
|
||
|
-CXXINCLUDES = -I. -I../nxcomp
|
||
|
+CXXINCLUDES = -I. -I/usr/include/nx -I/usr/include/X11 -I/usr/include/xorg -I/usr/include/pixman-1
|
||
|
|
||
|
CC = @CC@
|
||
|
CCFLAGS = $(CXXFLAGS)
|
||
|
-CCINCLUDES = -I. -I../nxcomp
|
||
|
+CCINCLUDES = -I. -I/usr/include/nx -I/usr/include/X11 -I/usr/include/xorg -I/usr/include/pixman-1
|
||
|
CCDEFINES =
|
||
|
|
||
|
-LDFLAGS = @LDFLAGS@
|
||
|
+LDFLAGS = @LDFLAGS@ -L/usr/lib/nx/
|
||
|
LIBS = @LIBS@
|
||
|
|
||
|
#
|