diff options
Diffstat (limited to 'cad/kicad/files/patch-gerbview_makefile.include')
-rw-r--r-- | cad/kicad/files/patch-gerbview_makefile.include | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/cad/kicad/files/patch-gerbview_makefile.include b/cad/kicad/files/patch-gerbview_makefile.include index 72f76b601d20..20c7e12ba9c4 100644 --- a/cad/kicad/files/patch-gerbview_makefile.include +++ b/cad/kicad/files/patch-gerbview_makefile.include @@ -1,10 +1,11 @@ ---- gerbview/makefile.include.orig Mon Jul 2 22:33:47 2007 -+++ gerbview/makefile.include Mon Jul 2 22:35:17 2007 -@@ -1,6 +1,6 @@ - EXTRALIBS = ../common/common.a - EXTRACPPFLAGS= -DGERBVIEW -DPCBNEW -fno-strict-aliasing -I./ -I../gerbview -I../include\ -- -I../share -I../pcbnew -I../3d-viewer -+ -I../share -I../pcbnew -I../3d-viewer -I${LOCALBASE}/include +--- gerbview/makefile.include.orig 2008-06-02 13:23:50.000000000 +0200 ++++ gerbview/makefile.include 2008-09-20 18:58:29.000000000 +0200 +@@ -4,7 +4,7 @@ + EXTRACPPFLAGS= -DGERBVIEW -DPCBNEW -fno-strict-aliasing\ + -I./ -I../gerbview -I../include\ + -I../share -I../pcbnew -I../3d-viewer\ +- -I../polygon ++ -I../polygon -I${LOCALBASE}/include - #COMMON = pcbnew.h struct.h + #COMMON = pcbnew.h struct.h |