mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/avogadro to 1.1.1-7
This commit is contained in:
parent
afee63e6b8
commit
bb61782178
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=avogadro
|
||||
pkgver=1.1.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="An advanced molecular editor based on Qt"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://avogadro.openmolecules.net/wiki/Main_Page"
|
||||
|
@ -34,7 +34,7 @@ prepare() {
|
|||
build() {
|
||||
cd build
|
||||
|
||||
export CXXFLAGS="$CXXFLAGS -lX11"
|
||||
export CXXFLAGS="$CXXFLAGS -lX11 -lopenbabel"
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue