537ef5813f
- Add patch to fix loading toolbox in scilab - Use dos2unix and regenerate patches - Convert to USES=tar:xz
10 lines
412 B
Text
10 lines
412 B
Text
--- ./etc/SIVP.start.orig 2012-02-28 11:35:59.000000000 +0000
|
|
+++ ./etc/SIVP.start 2014-03-28 21:20:26.314819626 +0000
|
|
@@ -74,6 +74,7 @@
|
|
link('libopencv_calib3d' + getdynlibext());
|
|
link('libopencv_objdetect' + getdynlibext());
|
|
link('libopencv_video' + getdynlibext());
|
|
+ link('libopencv_legacy' + getdynlibext());
|
|
else
|
|
[a, b] = getversion();
|
|
is_x64 = or(b == 'x64');
|