mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix a Makefile bug.
Reported by: pointyhat via Pav
This commit is contained in:
parent
0985b51fc1
commit
aafd321b53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223629
20
cad/kicad-devel/files/patch-pcbnew_makefile.gtk
Normal file
20
cad/kicad-devel/files/patch-pcbnew_makefile.gtk
Normal file
@ -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)
|
20
cad/kicad/files/patch-pcbnew_makefile.gtk
Normal file
20
cad/kicad/files/patch-pcbnew_makefile.gtk
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user