diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-20 11:40:04 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-20 11:40:04 +0100 |
commit | fa1021504c53eb066826883dab3918e432b93444 (patch) | |
tree | 312e7333a30cb09f648a85ec1a78bfb151ade116 /extra/rox/PKGBUILD | |
parent | 65de768385d6ee97a2b45c807ab9955c642da7c0 (diff) | |
parent | 99136e3a2e9f6f07a7ff08d5721bce354b853c8b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/freeimage/PKGBUILD
community/gummi/PKGBUILD
community/mfs/PKGBUILD
community/nzbget/PKGBUILD
community/openntpd/PKGBUILD
community/proj/PKGBUILD
community/yaws/PKGBUILD
gnome-unstable/totem-plparser/PKGBUILD
gnome-unstable/totem/PKGBUILD
multilib/lib32-libice/PKGBUILD
multilib/lib32-libx11/PKGBUILD
multilib/lib32-libxcomposite/PKGBUILD
multilib/lib32-libxdmcp/PKGBUILD
multilib/lib32-libxext/PKGBUILD
multilib/lib32-libxinerama/PKGBUILD
multilib/lib32-libxrandr/PKGBUILD
multilib/lib32-libxss/PKGBUILD
multilib/lib32-libxtst/PKGBUILD
multilib/lib32-libxxf86vm/PKGBUILD
testing/bash/PKGBUILD
testing/bash/system.bashrc
Diffstat (limited to 'extra/rox/PKGBUILD')
-rw-r--r-- | extra/rox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/rox/PKGBUILD b/extra/rox/PKGBUILD index 30d4e3554..e852a9f96 100644 --- a/extra/rox/PKGBUILD +++ b/extra/rox/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 140263 2011-10-11 07:46:57Z eric $ +# $Id: PKGBUILD 153733 2012-03-19 00:48:00Z eric $ # Maintainer: tobias <tobias@archlinux.org> # Contributor: Jochem Kossen <j.kossen@home.nl> @@ -20,7 +20,7 @@ md5sums=('0eebf05a67f7932367750ebf9faf215d' build() { cd "${srcdir}/rox-filer-${pkgver}" - ./ROX-Filer/AppRun --compile + ./ROX-Filer/AppRun --compile LIBS="-ldl -lm" # finally we render a png as fallback for svg unaware menu applications # Attention: always make sure you check the dimensions of the source-svg, # you can read the dimensions via inkscape's export function |