diff options
author | root <root@rshg054.dnsready.net> | 2012-04-16 00:01:18 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-16 00:01:18 +0000 |
commit | ea3d877b99c32e3a9e00ab220440d4518430e5bc (patch) | |
tree | 8cf0d286f935fd9e00eb3854d971c165c749d7bf /community/mygui | |
parent | f06b9295f0e60a0faa0d3231a0d0b3f2358d8459 (diff) |
Mon Apr 16 00:01:18 UTC 2012
Diffstat (limited to 'community/mygui')
-rw-r--r-- | community/mygui/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index 6e5a79cb4..af888b341 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 67266 2012-03-06 06:11:36Z svenstaro $ +# $Id: PKGBUILD 69363 2012-04-14 17:09:46Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Andrew Belitsky <belitsky.a@gmail.com> pkgbase=mygui pkgname=('mygui' 'mygui-docs') pkgver=3.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A multilayer and overlappable GUI System for OGRE" arch=('i686' 'x86_64') url="http://mygui.info/" @@ -23,6 +23,7 @@ build() { sed -i -e 's:../share:/usr/share:' \ -e 's:"bin":"../opt/MYGUI":' \ CMake/InstallResources.cmake + sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt # get a clean build dir [[ -d build ]] && rm -rf build |