View | Details | Raw Unified | Return to bug 87854
Collapse All | Expand All

(-)ida/files/patch-mk::Variables.mk (-1 / +14 lines)
Lines 1-5 Link Here
1
--- mk/Variables.mk.orig	Sun Feb 22 14:27:19 2004
1
--- mk/Variables.mk.orig	Sun Feb 22 14:27:19 2004
2
+++ mk/Variables.mk	Fri Aug 20 19:15:12 2004
2
+++ mk/Variables.mk	Sat Oct 22 22:54:34 2005
3
@@ -4,10 +4,10 @@
3
@@ -4,10 +4,10 @@
4
 # directories
4
 # directories
5
 DESTDIR	=
5
 DESTDIR	=
Lines 15-17 Link Here
15
 
15
 
16
 # package + version
16
 # package + version
17
 empty	:=
17
 empty	:=
18
@@ -34,9 +34,9 @@
19
 	   -Wpointer-arith -Wunused
20
 
21
 # add /usr/local to the search path if something is in there ...
22
-ifneq ($(wildcard /usr/local/include/*.h),)
23
-  CFLAGS  += -I/usr/local/include
24
-  LDFLAGS += -L/usr/local/$(LIB)
25
+ifneq ($(wildcard $(LOCALBASE)/include/*.h),)
26
+  CFLAGS  += -I$(LOCALBASE)/include
27
+  LDFLAGS += -L$(LOCALBASE)/$(LIB)
28
 endif
29
 
30
 # fixup include path for $(srcdir) != "."

Return to bug 87854