summaryrefslogtreecommitdiff
path: root/cad/kicad-devel/files/patch-cvpcb_makefile.include
blob: 428587135cce0606284dc1faaed766b07308bc18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cvpcb/makefile.include.orig	2008-08-01 20:41:51.000000000 +0200
+++ cvpcb/makefile.include	2008-09-20 18:51:04.000000000 +0200
@@ -3,7 +3,8 @@
 
 EXTRACPPFLAGS += -DCVPCB -fno-strict-aliasing\
 	-I./ -I../cvpcb -I../include -Ibitmaps\
-	-I../pcbnew -I../3d-viewer -I ../polygon
+	-I../pcbnew -I../3d-viewer -I ../polygon\
+	-I${LOCALBASE}/include
 
 EXTRALIBS = ../common/common.a ../bitmaps/libbitmaps.a\
     ../polygon/lib_polygon.a\