summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeanbon2017-05-13 12:50:29 +0200
committerJeanbon2017-05-13 12:50:29 +0200
commitd9878a42b12166981d80f633ba27e97d333a7a20 (patch)
treebfb7d43b274fe6f2d1d3c9284c5d5af0e98b6ba8
parentcdd76fad566cc8431af4ccc6a98add45e490cfb0 (diff)
downloadaur-caelum-ogre1.8.tar.gz
Add std98 flag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f2d688ba99d..131a89f24b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 12 11:58:32 UTC 2016
+# Sat May 13 10:49:48 UTC 2017
pkgbase = caelum-ogre1.8
pkgdesc = Library for OGRE targeted to help create nice-looking atmospheric effects. Built against OGRE 1.8.
pkgver = 0.6.1
- pkgrel = 4
+ pkgrel = 5
url = http://www.ogre3d.org/tikiwiki/Caelum
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8b74007ae0d2..b52191887361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=caelum-ogre1.8
pkgver=0.6.1
-pkgrel=4
+pkgrel=5
pkgdesc="Library for OGRE targeted to help create nice-looking atmospheric effects. Built against OGRE 1.8."
arch=('i686' 'x86_64')
url="http://www.ogre3d.org/tikiwiki/Caelum"
@@ -13,7 +13,7 @@ depends=('ogre-1.8' 'cegui' 'doxygen' 'boost')
makedepends=('cmake')
provides=('caelum')
license=('LGPL')
-#source=(http://caelum.googlecode.com/files/caelum-${pkgver}.zip caelumplugin.patch libname.patch)
+
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/caelum/caelum-${pkgver}.zip caelumplugin.patch libname.patch)
sha512sums=('d1c6135f88491c3d45211de1652c0b11d8de30dbba8edeb440f52e35964be48b3cf45cfc4cfa926642b4d6e43751e4e449524046af21a2c3d1b20ae3576585f1'
'c3b8f6ad9f2e14fe08f09409dd1f97c5cd1165127f443cde7b8e4dc89032c91d4f0087d4348f1fc8103aa5b123316ffe10cc06ab3ef49d2603d1b2fd201ed5b2'
@@ -29,10 +29,9 @@ build() {
# get a clean build dir
[[ -d build ]] && rm -rf build
mkdir build && cd build
-
+ CXXFLAGS+=' -std=gnu++98'
cmake .. \
- -DCMAKE_INSTALL_PREFIX=/opt/Caelum-OGRE1.8
-
+ -DCMAKE_INSTALL_PREFIX=/opt/Caelum-OGRE1.8
make
}