updated on Fri Jan 6 00:09:29 UTC 2012
[aur-mirror.git] / inventor / 03_ivcommondefs.patch
blob16671689d48d50b33eb2f2e1fbdbbeaa0901291b
1 diff -urN inventor/make/ivcommondefs inventor-new/make/ivcommondefs
2 --- inventor/make/ivcommondefs 2003-07-12 00:40:54.000000000 +0200
3 +++ inventor-new/make/ivcommondefs 2006-11-17 21:09:36.000000000 +0100
4 @@ -53,7 +53,7 @@
5 C++ = /usr/bin/g++
6 LD = /usr/bin/g++
8 -INSTALL = /usr/bin/install
9 +INSTALL = /bin/install
11 # MKDEPOPT = -MD
13 @@ -101,7 +101,7 @@
14 LD = /usr/bin/libtool
16 ARFLAGS = vrs
17 -INSTALL = /usr/bin/install
18 +INSTALL = /bin/install
20 LCXXDEFS += $(MATHDEFS)
21 LCDEFS += $(MATHDEFS)