summaryrefslogtreecommitdiff
path: root/community/9base/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-25 00:02:31 +0000
committerroot <root@rshg054.dnsready.net>2012-03-25 00:02:31 +0000
commit891f44722456b693d99b397f7e332a9ed68a47a2 (patch)
tree84b486efdd046bf1ac54f9288d13a443874be342 /community/9base/PKGBUILD
parentadac5afd500d4ee3a65035e1cf5353ae236b4a61 (diff)
Sun Mar 25 00:02:31 UTC 2012
Diffstat (limited to 'community/9base/PKGBUILD')
-rw-r--r--community/9base/PKGBUILD5
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.