[arch-commits] Commit in wxgtk/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Feb 17 23:31:26 UTC 2009
Date: Tuesday, February 17, 2009 @ 18:31:26
Author: eric
Revision: 27256
Merged revisions 27254 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/wxgtk/trunk
........
r27254 | eric | 2009-02-17 18:30:21 -0500 (Tue, 17 Feb 2009) | 1 line
Removed --enable-mediactrl option. The package isn't compiled with it (see FS#11756)
........
Modified:
wxgtk/repos/extra-x86_64/ (properties)
wxgtk/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Property changes on: wxgtk/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /wxgtk/trunk:1-13371
+ /wxgtk/trunk:1-27255
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-17 23:31:03 UTC (rev 27255)
+++ extra-x86_64/PKGBUILD 2009-02-17 23:31:26 UTC (rev 27256)
@@ -20,7 +20,7 @@
build() {
cd ${srcdir}/wxGTK-${pkgver}
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
- --enable-graphics_ctx --enable-mediactrl --with-gnomeprint --disable-optimize || return 1
+ --enable-graphics_ctx --with-gnomeprint --disable-optimize || return 1
make || return 1
make -C locale allmo || return 1
make DESTDIR=${pkgdir} install || return 1
More information about the arch-commits
mailing list