diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-20 13:08:40 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-20 13:08:40 +0100 |
commit | 1638606986baf083ec13fd41989240a2cccff276 (patch) | |
tree | 14ef4acdeee041c1a50c81a20f0b40f80f172cbb /extra | |
parent | 7655c797fcb25a0c201184b8fbb7729ebfee6529 (diff) |
Build fixes.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/bmp/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/xmms/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/bmp/PKGBUILD b/extra/bmp/PKGBUILD index 5da7c87c8..10231f63f 100644 --- a/extra/bmp/PKGBUILD +++ b/extra/bmp/PKGBUILD @@ -11,7 +11,7 @@ url="http://sourceforge.net/projects/beepmp/" license=('GPL') depends=('id3lib' 'libglade' 'libsm' 'libvorbis' 'alsa-lib' 'unzip' 'desktop-file-utils') makedepends=('libxt') -options=('!libtool') +options=('!libtool' '!makeflags') install=bmp.install source=(http://downloads.sourceforge.net/sourceforge/beepmp/${pkgname}-${pkgver}.tar.gz \ ${pkgver}-visualization.patch bmp-${pkgver}-crossfade-0.3.9.patch) diff --git a/extra/xmms/PKGBUILD b/extra/xmms/PKGBUILD index 871cb2547..5555821d4 100644 --- a/extra/xmms/PKGBUILD +++ b/extra/xmms/PKGBUILD @@ -14,7 +14,7 @@ optdepends=('libmikmod: for the MikMod input plugin' \ 'libvorbis: for the Ogg Vorbis input plugin' \ 'alsa-lib: for the alsa output plugin' \ 'libgl: for the OpenGL Spectrum analyser visualization plugin') -options=('!libtool') +options=('!libtool' '!makeflags') install=xmms.install source=(http://legacy.xmms2.org/${pkgname}-${pkgver}.tar.bz2 \ xmms-menu.patch xmms-1.2.10-crossfade-0.3.9.patch xmms-fix.diff \ |