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

Antonio Rojas arojas at archlinux.org
Sat Jun 9 10:41:41 UTC 2018


    Date: Saturday, June 9, 2018 @ 10:41:40
  Author: arojas
Revision: 342161

BUILDINFO rebuild

Modified:
  ufoai/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 10:35:05 UTC (rev 342160)
+++ PKGBUILD	2018-06-09 10:41:40 UTC (rev 342161)
@@ -4,7 +4,7 @@
 pkgname=ufoai
 pkgver=2.5.0
 _pkgver=2.5
-pkgrel=3
+pkgrel=4
 pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth"
 arch=('x86_64')
 url="http://ufoai.ninex.info/"
@@ -25,9 +25,9 @@
   # link the files from ufoai-data to the base directory
   mkdir -p base
   cd /usr/share/ufoai/base
-  for FILE in * ; do
-    ln -sf /usr/share/ufoai/base/$FILE "$srcdir"/ufoai-$_pkgver-source/base
-  done
+#  for FILE in * ; do
+#    ln -sf /usr/share/ufoai/base/$FILE "$srcdir"/ufoai-$_pkgver-source/base
+#  done
 }
 
 build() {
@@ -35,7 +35,7 @@
 
   ./configure --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ufoai --localedir=/usr/share/ufoai/base/i18n/ \
               --enable-release
-  make
+  CXXFLAGS+=' -std=gnu++98' make
 }
 
 package() {



More information about the arch-commits mailing list