diff options
Diffstat (limited to 'community/9base/PKGBUILD')
-rw-r--r-- | community/9base/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/9base/PKGBUILD b/community/9base/PKGBUILD index 7b04adec0..a38a266bd 100644 --- a/community/9base/PKGBUILD +++ b/community/9base/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 65679 2012-02-21 21:15:24Z cbrannon $ +# $Id: PKGBUILD 68390 2012-03-23 21:00:56Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Jeff Mickey <j@codemac.net> # Contributor: Aaron, phrakture, Griffin <aaron@archlinux.org> @@ -6,7 +6,7 @@ pkgname=9base pkgver=6 -pkgrel=3 +pkgrel=4 pkgdesc="Port of various original Plan9 tools to unix" url="http://tools.suckless.org/9base" source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh) @@ -26,6 +26,7 @@ build() esac sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk + sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk # Force dynamic linking. Several of the programs in 9base won't work # when statically linked against the latest glibc. |