diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-09-04 03:42:35 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-09-04 03:42:35 +0200 |
commit | 26b04a7957a18fc7ae086e4ea4245e0041c38245 (patch) | |
tree | 56a9d29f69ccf5c4108070e3b94ee93158afe1c4 /sci-misc/freecad/files/coin.patch | |
parent | c801664103027631152576aebc101460f80fae2b (diff) | |
download | overlay-26b04a7957a18fc7ae086e4ea4245e0041c38245.tar.gz overlay-26b04a7957a18fc7ae086e4ea4245e0041c38245.tar.bz2 overlay-26b04a7957a18fc7ae086e4ea4245e0041c38245.zip |
freecad
Diffstat (limited to 'sci-misc/freecad/files/coin.patch')
-rw-r--r-- | sci-misc/freecad/files/coin.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-misc/freecad/files/coin.patch b/sci-misc/freecad/files/coin.patch new file mode 100644 index 0000000..622bd52 --- /dev/null +++ b/sci-misc/freecad/files/coin.patch @@ -0,0 +1,12 @@ +--- src/Main/Makefile.am.bkp 2010-09-04 00:20:10.456594021 +0200 ++++ src/Main/Makefile.am 2010-09-04 00:20:38.115593371 +0200 +@@ -58,7 +58,8 @@ + #-------------------------------------------------------------------------------------- + + # set the include path found by configure +-AM_CXXFLAGS = -I$(top_srcdir)/src $(QT_CXXFLAGS) $(all_includes) ++AM_CXXFLAGS = -I$(top_srcdir)/src $(QT_CXXFLAGS) $(all_includes) \ ++ -I$(sim_ac_coin_includedir) -I$(sim_ac_soqt_includedir) + + EXTRA_DIST = \ + res/FreeCAD.exe.manifest \ |