[arch-commits] Commit in opencascade/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Dec 8 09:45:31 UTC 2015


    Date: Tuesday, December 8, 2015 @ 10:45:30
  Author: fyan
Revision: 150214

attempt to fix vtk include dir

Modified:
  opencascade/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-08 09:44:31 UTC (rev 150213)
+++ PKGBUILD	2015-12-08 09:45:30 UTC (rev 150214)
@@ -25,7 +25,7 @@
   ./build_configure
   ./configure --disable-debug --enable-production \
     --with-java-include=/usr/lib/jvm/default/include \
-    --with-vtk-library=/usr/lib/ --with-vtk-include=/usr/include/vtk-6.1/ \
+    --with-vtk-library=/usr/lib/ --with-vtk-include=/usr/include/vtk/ \
     --prefix=/opt/$pkgname
   make
 }



More information about the arch-commits mailing list