[arch-commits] Commit in gens-gs/trunk (PKGBUILD)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Mon Apr 29 08:43:28 UTC 2013
Date: Monday, April 29, 2013 @ 10:43:28
Author: alucryd
Revision: 89398
upgpkg: gens-gs 2.16.7-4
Modified:
gens-gs/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-29 08:32:16 UTC (rev 89397)
+++ PKGBUILD 2013-04-29 08:43:28 UTC (rev 89398)
@@ -5,7 +5,7 @@
pkgname=gens-gs
pkgver=2.16.7
-pkgrel=3
+pkgrel=4
pkgdesc="An emulator of Sega Genesis, Sega CD and 32X, combining features from various forks of Gens"
arch=('i686' 'x86_64')
url="http://segaretro.org/Gens/GS"
@@ -41,7 +41,7 @@
fi
if [[ $CARCH == "x86_64" ]]; then
- ./configure --host=i686-unknown-linux-gnu --prefix=/usr --libdir=/usr/lib32 --with-pic --disable-static
+ LIBS='-ldl -lX11' ./configure --host=i686-unknown-linux-gnu --prefix=/usr --libdir=/usr/lib32 --with-pic --disable-static
else
LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
fi
More information about the arch-commits
mailing list