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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Jul 9 08:58:42 UTC 2013


    Date: Tuesday, July 9, 2013 @ 10:58:41
  Author: arodseth
Revision: 93730

grr

Modified:
  povray/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-09 07:18:03 UTC (rev 93729)
+++ PKGBUILD	2013-07-09 08:58:41 UTC (rev 93730)
@@ -36,17 +36,15 @@
   #  source/backend/scene/view.cpp \
   #  vfe/vfepovms.cpp \
   #  vfe/vfesession.cpp
+  patch -p1 < ../povray3.7.0_rc3-user-conf.patch
   ./bootstrap
   gzip -f povray.1
-  patch -p1 < ../povray3.7.0_rc3-user-conf.patch
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # DOESN'T COMPILE
-
-  COMPILED_BY="Arch Linux" ./configure --prefix=/usr --sysconfdir=/etc --with-boost-thread=boost_thread
+  COMPILED_BY="Arch Linux" ./configure --prefix=/usr --sysconfdir=/etc #--with-boost-thread=boost_thread
   make CXXFLAGS+="-lboost_system" -j1
 }
 




More information about the arch-commits mailing list