summaryrefslogtreecommitdiff
path: root/community/sfml/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sfml/PKGBUILD')
-rw-r--r--community/sfml/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD
index b5c4f14d0..f9aeab0e2 100644
--- a/community/sfml/PKGBUILD
+++ b/community/sfml/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 113490 2014-06-24 09:52:31Z svenstaro $
+# $Id: PKGBUILD 113750 2014-06-29 14:22:43Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Ondrej Martinak <omartinak@gmail.com>
pkgname=sfml
_commit=4a300547f3
pkgver=2.1.0.$_commit
-pkgrel=3
+pkgrel=4
pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
arch=('i686' 'x86_64')
url='http://www.sfml-dev.org/'
@@ -24,6 +24,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DSFML_BUILD_EXAMPLES=1 \
-DSFML_BUILD_DOC=1 \
+ -DSFML_INSTALL_PKGCONFIG_FILES=1 \
-DCMAKE_CXX_FLAGS="-DGLXContextID=XID $CXXFLAGS"
make
make doc