summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2017-06-05 19:36:52 +1000
committerRod Kay2017-06-05 19:36:52 +1000
commit155572221d5e945e2c3755f04eaf73147c52f8e3 (patch)
treede3dbd03d1f63a335db74ce0d335d75b46f07b48
parent9d36e1fa2e22f815261a2a48d56bc4b7e751d4a8 (diff)
downloadaur-155572221d5e945e2c3755f04eaf73147c52f8e3.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1fd61c68d6d..cefcf6a6c831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jun 5 09:31:12 UTC 2017
+# Mon Jun 5 09:36:36 UTC 2017
pkgbase = gtkada
pkgdesc = ada bindings for the gtk+ library
pkgver = 2017
diff --git a/PKGBUILD b/PKGBUILD
index 06e30f92f944..48ce403ee911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,8 @@ build() {
export LIBRARY_TYPE=relocatable
# XXX Disable opengl https://github.com/AdaCore/gtkada/issues/9
- ./configure --prefix=/usr --with-GL=no --disable-static --disable-static-pic
+# ./configure --prefix=/usr --with-GL=no --disable-static --disable-static-pic
+ ./configure --prefix=/usr --with-GL=no
# Disable RPATH usage with -R
make PROCESSORS="$(nproc)" GPRBUILD_SWITCHES=-R