summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 133ec633f8f9..1ae2617161fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-session-git
-pkgver=1.10.r2.ga1b801f
+pkgver=1.10.r7.gc0fd053
pkgrel=1
pkgdesc="X Desktop Environment Display and Session Management"
groups=('xde-git')
@@ -29,8 +29,9 @@ prepare() {
build() {
cd $pkgname
- ./configure
- make
+ # gtk2 is using deprecated glib2 declarations
+ ./configure CFLAGS="-Wno-deprecated-declarations $CFLAGS"
+ make CFLAGS="-Wno-deprecated-declarations $CFLAGS"
}
package() {