diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-15 14:20:45 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-15 10:47:33 -0300 |
commit | 8f6c33750144574d24347b201b215263ec5d73df (patch) | |
tree | ace35813469e910d1033d6cac1dc714b42562416 /community/pulseaudio/APKBUILD | |
parent | 1038d65fccd85b0bb19e4b42b39b7345b82ab5e7 (diff) | |
download | aports-8f6c33750144574d24347b201b215263ec5d73df.tar.bz2 aports-8f6c33750144574d24347b201b215263ec5d73df.tar.xz |
community/pulseaudio: fix linking to libintl
Diffstat (limited to 'community/pulseaudio/APKBUILD')
-rw-r--r-- | community/pulseaudio/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD index 340195ff63..6f09377e21 100644 --- a/community/pulseaudio/APKBUILD +++ b/community/pulseaudio/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=pulseaudio pkgver=13.0 -pkgrel=0 +pkgrel=1 pkgdesc="A featureful, general-purpose sound server" url="https://www.freedesktop.org/wiki/Software/PulseAudio/" arch="all" @@ -60,12 +60,12 @@ subpackages=" " install="pulseaudio.post-install" source="https://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz + link-libintl.patch $pkgname.initd $pkgname.confd " build() { - export CFLAGS="$CFLAGS -lintl" meson \ --prefix=/usr \ --sysconfdir=/etc \ @@ -223,5 +223,6 @@ equalizer() { } sha512sums="d445b8ccd43029a0ca0e456fc9291a79d3434d6496ead7eb329ab348d5249235e8bde6cf2be68765d8f761452dbe1486fb10c739e40b1e67ed75787bbd24ac0c pulseaudio-13.0.tar.xz +126b66e8fd3e0b231beed987acf0f1aecb8a9da1c4d4591eb65a5d8d3e0561bd6b3652e2c3dc079350be4219df48a446a58c4539f7275edba941db846837baae link-libintl.patch 34fe54ece5df60ce63a7955cd828a2716670fef71f40960698ae5518fdaf9cd599f4d8f8852e2c88d715600a9ad06a38984415e5eb320071012e5eb6e5c1b8b1 pulseaudio.initd 75b54581591519d63a3362b155c0f9b0501a60763ab394693a456c44d0216138cf3a40bdd0f7442028663bc045e9ffee286f8f8eaf2ee3bb17379b43615fee0e pulseaudio.confd" |