summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRogach2019-04-27 22:31:38 +0300
committerRogach2019-04-27 22:31:38 +0300
commit93aca2270218edc9c1ae9e9b7a27b8c222a62efb (patch)
tree5dcc20cbf9f8ace5b43322bad1a32b4ecb3230dc
parent73c22dc93d9fc4555334970ae46172dd53912413 (diff)
downloadaur-93aca2270218edc9c1ae9e9b7a27b8c222a62efb.tar.gz
fix glext compilation issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e97d6a0b0d8..03cded3a48f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electricsheep
pkgdesc = Screensaver that realize the collective dream of sleeping computers from all over the internet
pkgver = 3.0.2
- pkgrel = 2
+ pkgrel = 3
url = http://community.electricsheep.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9fcc6ab115c6..262ed48e7921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=electricsheep
pkgver=3.0.2
-pkgrel=2
+pkgrel=3
_gitcommit=1c4af20b384d19c6844083845004e8f467c9ce39
pkgdesc='Screensaver that realize the collective dream of sleeping computers from all over the internet'
url='http://community.electricsheep.org/'
@@ -31,7 +31,7 @@ build() {
cd ${pkgname}-${_gitcommit}/client_generic
CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
- make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" LDFLAGS+="-lpthread"
+ make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1 -DGL_GLEXT_PROTOTYPES" GLEE_LIBS="-lGLee" LDFLAGS+="-lpthread"
}
package() {