aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2008-12-01 00:47:04 +0800
committerthierry <thierry@FreeBSD.org>2008-12-01 00:47:04 +0800
commit8e5a9c455171e01f99ca931ebbd81459815fe5eb (patch)
treeade4b0577bc0f5bf6ee6072fe098e5dcef164989 /cad
parentfc488f6fbd820ea7433946a04f6d147cc1b3a8e9 (diff)
downloadfreebsd-ports-gnome-8e5a9c455171e01f99ca931ebbd81459815fe5eb.tar.gz
freebsd-ports-gnome-8e5a9c455171e01f99ca931ebbd81459815fe5eb.tar.zst
freebsd-ports-gnome-8e5a9c455171e01f99ca931ebbd81459815fe5eb.zip
Fix a Makefile bug.
Reported by: pointyhat via Pav
Diffstat (limited to 'cad')
-rw-r--r--cad/kicad-devel/files/patch-pcbnew_makefile.gtk20
-rw-r--r--cad/kicad/files/patch-pcbnew_makefile.gtk20
2 files changed, 40 insertions, 0 deletions
diff --git a/cad/kicad-devel/files/patch-pcbnew_makefile.gtk b/cad/kicad-devel/files/patch-pcbnew_makefile.gtk
new file mode 100644
index 000000000000..591d07964a87
--- /dev/null
+++ b/cad/kicad-devel/files/patch-pcbnew_makefile.gtk
@@ -0,0 +1,20 @@
+--- pcbnew/makefile.gtk.orig 2008-07-25 16:37:53.000000000 +0200
++++ pcbnew/makefile.gtk 2008-11-30 16:40:13.000000000 +0100
+@@ -19,14 +19,14 @@
+ -include *.d
+
+ CPPFLAGS += $(EXTRACPPFLAGS)
+-EDACPPFLAGS = $(CPPFLAGS) $(BOOST_LIB)
++EDACPPFLAGS = $(CPPFLAGS) -I $(BOOST_LIB)
+
+
+ $(TARGET): $(OBJECTS) makefile.gtk makefile.include $(LIBVIEWER3D) $(EXTRALIBS) ../libs.linux
+ $(LD) $(LDFLAGS) $(OBJECTS) $(LIBVIEWER3D) $(LIBS_WITH_GL)\
+ -o $(TARGET)
+-
+-
++
++
+ install: $(TARGET)
+ mkdir -p $(KICAD_BIN)
+ cp $(TARGET) $(KICAD_BIN)
diff --git a/cad/kicad/files/patch-pcbnew_makefile.gtk b/cad/kicad/files/patch-pcbnew_makefile.gtk
new file mode 100644
index 000000000000..591d07964a87
--- /dev/null
+++ b/cad/kicad/files/patch-pcbnew_makefile.gtk
@@ -0,0 +1,20 @@
+--- pcbnew/makefile.gtk.orig 2008-07-25 16:37:53.000000000 +0200
++++ pcbnew/makefile.gtk 2008-11-30 16:40:13.000000000 +0100
+@@ -19,14 +19,14 @@
+ -include *.d
+
+ CPPFLAGS += $(EXTRACPPFLAGS)
+-EDACPPFLAGS = $(CPPFLAGS) $(BOOST_LIB)
++EDACPPFLAGS = $(CPPFLAGS) -I $(BOOST_LIB)
+
+
+ $(TARGET): $(OBJECTS) makefile.gtk makefile.include $(LIBVIEWER3D) $(EXTRALIBS) ../libs.linux
+ $(LD) $(LDFLAGS) $(OBJECTS) $(LIBVIEWER3D) $(LIBS_WITH_GL)\
+ -o $(TARGET)
+-
+-
++
++
+ install: $(TARGET)
+ mkdir -p $(KICAD_BIN)
+ cp $(TARGET) $(KICAD_BIN)