extra -> community/snd to 17.9-1

This commit is contained in:
Kevin Mihelich 2018-02-06 19:44:55 +00:00
parent c8d8867c84
commit 6a18e629f2
3 changed files with 2 additions and 4 deletions

2
community/snd/.contrib Normal file
View file

@ -0,0 +1,2 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: dorphell <dorphell@archlinux.org>

View file

@ -24,7 +24,6 @@ md5sums=('8e04c2eaa794c294a3a2d82a7ef20448')
build() {
cd "$srcdir/$pkgname-$pkgver"
# execstack is probably due to gmp; this is here just for a reminder
LDFLAGS+=" -Wl,-z,noexecstack"
./configure --prefix=/usr \

View file

@ -1,3 +0,0 @@
post_upgrade() {
echo " > snd GUI is now GTK+ due to lesstif/libxpm build issues"
}