[arch-commits] Commit in ftgl (3 files)

Jan Steffens heftig at archlinux.org
Tue Oct 16 03:14:27 UTC 2012


    Date: Monday, October 15, 2012 @ 23:14:27
  Author: heftig
Revision: 168802

Fix building with glut installed. Just don't build the demo programs.

Modified:
  ftgl/repos/extra-i686/PKGBUILD
  ftgl/repos/extra-x86_64/PKGBUILD
  ftgl/trunk/PKGBUILD

-----------------------------+
 repos/extra-i686/PKGBUILD   |    1 +
 repos/extra-x86_64/PKGBUILD |    1 +
 trunk/PKGBUILD              |    1 +
 3 files changed, 3 insertions(+)

Modified: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD	2012-10-16 01:54:36 UTC (rev 168801)
+++ repos/extra-i686/PKGBUILD	2012-10-16 03:14:27 UTC (rev 168802)
@@ -19,6 +19,7 @@
 
 build() {
   cd "$srcdir/$pkgname-${_pkgver/-/~}"
+  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
   ./configure --prefix=/usr --with-pic --disable-static
   make
 }

Modified: repos/extra-x86_64/PKGBUILD
===================================================================
--- repos/extra-x86_64/PKGBUILD	2012-10-16 01:54:36 UTC (rev 168801)
+++ repos/extra-x86_64/PKGBUILD	2012-10-16 03:14:27 UTC (rev 168802)
@@ -19,6 +19,7 @@
 
 build() {
   cd "$srcdir/$pkgname-${_pkgver/-/~}"
+  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
   ./configure --prefix=/usr --with-pic --disable-static
   make
 }

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2012-10-16 01:54:36 UTC (rev 168801)
+++ trunk/PKGBUILD	2012-10-16 03:14:27 UTC (rev 168802)
@@ -19,6 +19,7 @@
 
 build() {
   cd "$srcdir/$pkgname-${_pkgver/-/~}"
+  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
   ./configure --prefix=/usr --with-pic --disable-static
   make
 }




More information about the arch-commits mailing list