summaryrefslogtreecommitdiff
path: root/social/squirm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'social/squirm/PKGBUILD')
-rw-r--r--social/squirm/PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/social/squirm/PKGBUILD b/social/squirm/PKGBUILD
index 050c002d3..da3a6d372 100644
--- a/social/squirm/PKGBUILD
+++ b/social/squirm/PKGBUILD
@@ -9,13 +9,11 @@ source=("$url/$pkgname-$pkgver.tgz")
md5sums=('54ac1d208620ec1e4419f97315d38848')
license=('GPL2')
arch=('i686' 'x86_64' 'mips64el')
-depends=('glibc')
-options=(!distcc)
build() {
cd $srcdir/$pkgname-$pkgver
- make PREFIX=/usr #CFLAGS="$CFLAGS"
+ make PREFIX=/usr
}
package() {