[arch-commits] Commit in projectm/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Jun 8 06:25:48 UTC 2009
Date: Monday, June 8, 2009 @ 02:25:48
Author: eric
Revision: 41919
Fixed build issues with latest ftgl and gcc 4.4 (close FS#14989)
Modified:
projectm/trunk/PKGBUILD
----------+
PKGBUILD | 2 ++
1 file changed, 2 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-08 03:00:49 UTC (rev 41918)
+++ PKGBUILD 2009-06-08 06:25:48 UTC (rev 41919)
@@ -15,6 +15,8 @@
build() {
cd $srcdir/libprojectM-$pkgver
+ sed -i 's|FTGL/FTGL.h|FTGL/ftgl.h|' Renderer.hpp || return 1
+ sed -i "s|#include <iostream>|#include <cstdio>\n#include <iostream>|" BuiltinParams.cpp || return 1
mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. || return 1
More information about the arch-commits
mailing list