diff options
Diffstat (limited to 'cad/kicad-devel/files/patch-pcbnew_makefile.include')
-rw-r--r-- | cad/kicad-devel/files/patch-pcbnew_makefile.include | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/kicad-devel/files/patch-pcbnew_makefile.include b/cad/kicad-devel/files/patch-pcbnew_makefile.include new file mode 100644 index 000000000000..69b12eb75c10 --- /dev/null +++ b/cad/kicad-devel/files/patch-pcbnew_makefile.include @@ -0,0 +1,9 @@ +--- pcbnew/makefile.include.orig Mon Jul 2 22:44:14 2007 ++++ pcbnew/makefile.include Mon Jul 2 22:45:08 2007 +@@ -1,5 +1,5 @@ + EXTRALIBS = ../common/common.a +-EXTRACPPFLAGS += -DPCBNEW -fno-strict-aliasing -I./ -Ibitmaps -I../include -I../share -I../pcbnew -I../3d-viewer ++EXTRACPPFLAGS += -DPCBNEW -fno-strict-aliasing -I./ -Ibitmaps -I../include -I../share -I../pcbnew -I../3d-viewer -I${X11BASE}/include + + #COMMON = pcbnew.h struct.h class_pad.h class_module.h class_text_mod.h \ + # class_edge_mod.h class_equipot.h |