diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-07 08:03:11 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-07 08:03:11 +0000 |
commit | fa5b96099636a547957cfd6d0460015bfac48258 (patch) | |
tree | 4bde6cdba7cecf55fd0234d7c4dbb1d91deea92f /cad/kicad/files/patch-pcbnew_makefile.include | |
parent | 4052d7879b69b80d18e39e251ee67592fbe98fb7 (diff) | |
download | ports-fa5b96099636a547957cfd6d0460015bfac48258.tar.gz ports-fa5b96099636a547957cfd6d0460015bfac48258.zip |
Notes
Diffstat (limited to 'cad/kicad/files/patch-pcbnew_makefile.include')
-rw-r--r-- | cad/kicad/files/patch-pcbnew_makefile.include | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/kicad/files/patch-pcbnew_makefile.include b/cad/kicad/files/patch-pcbnew_makefile.include new file mode 100644 index 000000000000..69b12eb75c10 --- /dev/null +++ b/cad/kicad/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 |